Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
fix missing zip package in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottthomas1 committed Mar 5, 2020
1 parent 6d3f0ce commit f3ced12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Install packages
RUN apt-get update -qq && apt-get install -y \
locales \
zip \
-qq

# Generate locales
Expand Down

0 comments on commit f3ced12

Please sign in to comment.