Add nss-certs and glibc-locales again.

This commit is contained in:
viferga 2019-11-27 02:22:44 -09:00
parent 5dc28fc960
commit 7573079202

@ -65,7 +65,10 @@ RUN mkdir -p /gnu/store \
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
RUN --security=insecure /entry-point.sh guix pull \
&& guix package -u
&& guix package -u \
&& guix package -i \
glibc-utf8-locales \
nss-certs
ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"]