Add nss certs and glibc locale.

This commit is contained in:
viferga 2021-01-09 01:36:18 -09:00
parent 5600f167f6
commit d1c0df7e70

@ -70,8 +70,8 @@ COPY channels/ /root/.config/guix/
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
# Restart with latest version of the daemon and garbage collect
RUN --security=insecure sh -c '/entry-point.sh guix pull' \
&& sh -c '/entry-point.sh guix package --fallback -i nss-certs && guix gc && guix gc --optimize'
RUN --security=insecure sh -c '/entry-point.sh guix package --fallback -i nss-certs glibc-utf8-locales && guix pull' \
&& sh -c '/entry-point.sh guix gc && guix gc --optimize'
ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"]