Add locale and nss certs to the upload command.
This commit is contained in:
parent
a659a392ef
commit
750e49b990
@ -69,8 +69,7 @@ RUN apk add --no-cache --update --virtual .build-deps shadow \
|
|||||||
&& chmod +x /entry-point.sh
|
&& chmod +x /entry-point.sh
|
||||||
|
|
||||||
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
|
# Run pull (https://github.com/docker/buildx/blob/master/README.md#--allowentitlement)
|
||||||
RUN --security=insecure source $GUIX_PROFILE/etc/profile \
|
RUN --security=insecure /entry-point.sh guix pull && guix package -i glibc-utf8-locales nss-certs
|
||||||
&& /root/.config/guix/current/bin/guix-daemon --build-users-group=guixbuild & guix pull
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entry-point.sh"]
|
ENTRYPOINT ["/entry-point.sh"]
|
||||||
CMD ["sh"]
|
CMD ["sh"]
|
||||||
|
@ -20,5 +20,5 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
source $GUIX_PROFILE/etc/profile
|
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 "$@"
|
exec "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user