Skip to content

Commit

Permalink
Removed redundant permisison setting command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jánoky László Viktor authored and Res42 committed Feb 15, 2020
1 parent c9f8653 commit b4d933e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions anyk-19kata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ LABEL maintainer="Adam Reisinger"
RUN wget https://www.nav.gov.hu/data/cms489660/NAV_19KATA.jar -P ~ \
# -s: silent (non-gui) install
&& java -jar ~/NAV_19KATA.jar -s \
&& rm ~/NAV_19KATA.jar

RUN chmod +x /usr/bin/docker-entrypoint.sh
&& rm ~/NAV_19KATA.jar

0 comments on commit b4d933e

Please sign in to comment.