Add locale and nss certs to the upload command.

This commit is contained in:
viferga 2019-09-20 06:26:33 -08:00
parent a659a392ef
commit 750e49b990
2 changed files with 2 additions and 3 deletions

@ -69,8 +69,7 @@ RUN apk add --no-cache --update --virtual .build-deps shadow \
&& chmod +x /entry-point.sh
# 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
RUN --security=insecure /entry-point.sh guix pull && guix package -i glibc-utf8-locales nss-certs
ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"]

@ -20,5 +20,5 @@
#
source $GUIX_PROFILE/etc/profile
~root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild &
/root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild &
exec "$@"