Skip to content

Commit

Permalink
Use UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytakeda committed Oct 21, 2023
1 parent 4c85c00 commit 7bf4cd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:lts-bullseye-slim
# Set LANG to UTF-8
ENV LANG C.UTF-8
WORKDIR /var/www

ARG SAXON_VERSION=10.3
Expand All @@ -9,6 +11,7 @@ ADD https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/${SAXON_VERSION}/Saxon-
COPY ./scripts/saxon.sh /usr/local/bin/saxon

RUN chmod a+x /usr/local/bin/saxon \
&& chmod a+x /usr/local/saxon.jar \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ant \
Expand Down

0 comments on commit 7bf4cd3

Please sign in to comment.