Remove glibc-locales and nss-certs.

This commit is contained in:
viferga 2019-11-27 07:33:24 -09:00
parent 9eda57c852
commit 0e5b20c6d7

@ -65,10 +65,7 @@ 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 --no-substitutes -i \
glibc-utf8-locales \
nss-certs
&& guix package -u
ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"]