Remove workaround, it is not needed anymore after 1.1.0 update.

This commit is contained in:
viferga 2020-11-04 02:43:33 -09:00
parent 06e3eb872c
commit 5f91e9d8bb

@ -73,8 +73,5 @@ 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'
# 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"]