Skip to content

Commit e9a0e79

Browse files
committed
Change order of GC and nss-certs in order to garbage collect the nss-certs too.
1 parent 4969a60 commit e9a0e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY channels/ /root/.config/guix/
7171
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
7272
# Restart with latest version of the daemon and garbage collect
7373
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'
74+
&& sh -c '/entry-point.sh guix package --fallback -i nss-certs && guix gc && guix gc --optimize'
7575

7676
ENTRYPOINT ["/entry-point.sh"]
7777
CMD ["sh"]

0 commit comments

Comments
 (0)