Add nss certs in a new instruction.
This commit is contained in:
parent
466f85e3f5
commit
bd5b2e1f42
@ -65,7 +65,10 @@ RUN apk add --no-cache --update --virtual .build-deps shadow \
|
|||||||
|
|
||||||
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
|
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
|
||||||
RUN --security=insecure source $GUIX_PROFILE/etc/profile \
|
RUN --security=insecure source $GUIX_PROFILE/etc/profile \
|
||||||
&& ~root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild & (guix pull; guix package -i nss-certs)
|
&& ~root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild & guix pull
|
||||||
|
|
||||||
|
RUN --security=insecure source $GUIX_PROFILE/etc/profile \
|
||||||
|
&& ~root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild & guix package -i nss-certs
|
||||||
|
|
||||||
ENTRYPOINT ["/entry-point.sh"]
|
ENTRYPOINT ["/entry-point.sh"]
|
||||||
CMD ["sh"]
|
CMD ["sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user