Minor bug solved, and remove dead code.
This commit is contained in:
parent
2848d101d9
commit
06e3eb872c
@ -73,11 +73,6 @@ COPY channels/ /root/.config/guix/
|
|||||||
RUN --security=insecure sh -c '/entry-point.sh guix pull' \
|
RUN --security=insecure sh -c '/entry-point.sh guix pull' \
|
||||||
&& sh -c '/entry-point.sh guix gc --optimize && guix gc'
|
&& sh -c '/entry-point.sh guix gc --optimize && guix gc'
|
||||||
|
|
||||||
# RUN --security=insecure /entry-point.sh guix gc --optimize \
|
|
||||||
# && guix gc \
|
|
||||||
# && guix package --fallback -i \
|
|
||||||
# nss-certs
|
|
||||||
|
|
||||||
# Clean the profile (avoids: https://www.mail-archive.com/help-guix@gnu.org/msg04836.html)
|
# Clean the profile (avoids: https://www.mail-archive.com/help-guix@gnu.org/msg04836.html)
|
||||||
RUN rm -rf /var/guix/profiles/per-user/root/*
|
RUN rm -rf /var/guix/profiles/per-user/root/*
|
||||||
|
|
||||||
|
@ -20,4 +20,4 @@
|
|||||||
(name 'guix)
|
(name 'guix)
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit "658d28987fc6c3f01ca04184c04c6252c5a9126a")) ; v1.1.0
|
(commit "658d28987fc6c3f01ca04184c04c6252c5a9126a"))) ; v1.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user