Skip to content

Commit

Permalink
fix(docker): Squirrel.Windows requires tzdata package (#3630)
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz authored and develar committed Feb 26, 2019
1 parent 2461824 commit 9384e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wine-mono/Dockerfile
Expand Up @@ -3,5 +3,5 @@ FROM electronuserland/builder:wine
# since mono is required only for deprecated target Squirrel.Windows, extracted to separate docker image to reduce size

RUN apt-get update -y && \
apt-get install -y --no-install-recommends mono-devel ca-certificates-mono && \
apt-get install -y --no-install-recommends mono-devel ca-certificates-mono tzdata && \
apt-get clean && rm -rf /var/lib/apt/lists/*

0 comments on commit 9384e8e

Please sign in to comment.