Skip to content

Commit

Permalink
update apt-get switches
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Aug 6, 2020
1 parent f205740 commit e26977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADD https://deb.nodesource.com/setup_12.x /tmp/nodejs_setup
WORKDIR ${SMUFL_BUILD_HOME}

RUN apt-get update \
&& apt-get install -y --force-yes ant git libsaxonhe-java \
&& apt-get install -y --no-install-recommends ant git libsaxonhe-java \
# installing nodejs
&& chmod 755 /tmp/nodejs_setup; sync \
&& /tmp/nodejs_setup \
Expand Down

0 comments on commit e26977e

Please sign in to comment.