We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4969a60 commit e9a0e79Copy full SHA for e9a0e79
Dockerfile
@@ -71,7 +71,7 @@ COPY channels/ /root/.config/guix/
71
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
72
# Restart with latest version of the daemon and garbage collect
73
RUN --security=insecure sh -c '/entry-point.sh guix pull' \
74
- && sh -c '/entry-point.sh guix gc --optimize && guix gc && guix package --fallback -i nss-certs'
+ && sh -c '/entry-point.sh guix package --fallback -i nss-certs && guix gc && guix gc --optimize'
75
76
ENTRYPOINT ["/entry-point.sh"]
77
CMD ["sh"]
0 commit comments