Add nss-certs and glibc-locales again.
This commit is contained in:
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"]
|
||||
|
Loading…
Reference in New Issue
Block a user