Enable unicode in the docker container.

This commit is contained in:
Tom Alexander 2023-08-31 20:23:00 -04:00
parent e8f262727d
commit 9bf2a912d6
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -34,6 +34,7 @@ RUN CARGO_TARGET_DIR=/target cargo build --profile release-lto
FROM alpine:3.17 AS run
ENV LANG=en_US.UTF-8
RUN apk add --no-cache ncurses gnutls
COPY --from=build-emacs /root/dist/ /
COPY --from=build-org-mode /root/dist/ /