Solve minor bug for migrations.
This commit is contained in:
parent
d31c728bf7
commit
7d7fe76e41
@ -74,5 +74,8 @@ RUN --security=insecure /entry-point.sh guix gc --optimize \
|
|||||||
&& guix package --fallback -i \
|
&& guix package --fallback -i \
|
||||||
nss-certs
|
nss-certs
|
||||||
|
|
||||||
|
# Clean the profile (avoids: https://www.mail-archive.com/help-guix@gnu.org/msg04836.html)
|
||||||
|
RUN rm -rf /var/guix/profiles/per-user/root/*
|
||||||
|
|
||||||
ENTRYPOINT ["/entry-point.sh"]
|
ENTRYPOINT ["/entry-point.sh"]
|
||||||
CMD ["sh"]
|
CMD ["sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user