Skip to content

Commit

Permalink
feat: include unzip in image
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler authored Aug 6, 2024
1 parent 21002d9 commit b85dba0
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 @@ -16,7 +16,7 @@ ENV DATA_DIR /opt/data

# Install needed utilities and setup folders
RUN apt-get update -y && \
apt-get install -y curl && \
apt-get install -y curl unzip && \
apt-get autoremove -y && \
apt-get clean && \
mkdir -p /opt/data
Expand Down

0 comments on commit b85dba0

Please sign in to comment.