Add nss certificates.

This commit is contained in:
viferga 2020-11-04 07:29:07 -09:00
parent 5f91e9d8bb
commit 4969a60767

@ -71,7 +71,7 @@ COPY channels/ /root/.config/guix/
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement) # Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
# Restart with latest version of the daemon and garbage collect # Restart with latest version of the daemon and garbage collect
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 && guix package --fallback -i nss-certs'
ENTRYPOINT ["/entry-point.sh"] ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"] CMD ["sh"]