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 (#42)
Browse files Browse the repository at this point in the history
on-behalf-of: @eliottthomas1
  • Loading branch information
eliottthomas1 authored and radekk committed Mar 5, 2020
1 parent 6d3f0ce commit 0a768d2
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 0a768d2

Please sign in to comment.