Skip to content

Commit

Permalink
Merge pull request #5 from schmaddi/patch-1
Browse files Browse the repository at this point in the history
Add unzip to Dockerfile
  • Loading branch information
battlecow authored Aug 14, 2019
2 parents dcb04bf + bca203d commit 7d43a5b
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 @@ -3,7 +3,7 @@ FROM tomcat:8.5.42-jdk11-openjdk-slim
LABEL Maintaner JamfDevops <devops@jamf.com>

RUN apt-get update -qq && \
DEBIAN_FRONTEND=noninteractive apt-get install --ignore-missing --no-install-recommends -y jq curl && \
DEBIAN_FRONTEND=noninteractive apt-get install --ignore-missing --no-install-recommends -y jq curl unzip && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
adduser --disabled-password --gecos '' tomcat && \
rm -rf /usr/local/tomcat/webapps && \
Expand Down

0 comments on commit 7d43a5b

Please sign in to comment.