Add fallback fo nss-certs install in case of network error.

This commit is contained in:
viferga 2019-12-13 20:05:52 -09:00
parent d371b955d1
commit 72435f2131

@ -71,7 +71,7 @@ RUN --security=insecure /entry-point.sh guix pull
# Restart with latest version of the daemon
RUN --security=insecure /entry-point.sh guix gc --optimize \
&& guix gc \
&& guix package -i \
&& guix package --fallback -i \
nss-certs
ENTRYPOINT ["/entry-point.sh"]