Trying nss-certs again.

This commit is contained in:
viferga 2019-09-19 10:54:55 -08:00
parent f1456af5bb
commit 1d4a715cdc

@ -65,7 +65,7 @@ RUN apk add --no-cache --update --virtual .build-deps shadow \
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
RUN --security=insecure source $GUIX_PROFILE/etc/profile \
&& ~root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild & guix pull
&& ~root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild & (guix pull; guix package -i nss-certs)
ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"]