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 # Restart with latest version of the daemon
RUN --security=insecure /entry-point.sh guix gc --optimize \ RUN --security=insecure /entry-point.sh guix gc --optimize \
&& guix gc \ && guix gc \
&& guix package -i \ && guix package --fallback -i \
nss-certs nss-certs
ENTRYPOINT ["/entry-point.sh"] ENTRYPOINT ["/entry-point.sh"]