Skip to content

Commit

Permalink
Add all read permission to saxon files
Browse files Browse the repository at this point in the history
This allows running the docker container as any input user (not root locked)
  • Loading branch information
andrew-gardener committed Oct 23, 2023
1 parent 7bf4cd3 commit 84fbfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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 \
RUN chmod a+rx /usr/local/bin/saxon \
&& chmod a+rx /usr/local/saxon.jar \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ant \
Expand Down

0 comments on commit 84fbfba

Please sign in to comment.