Update Dockerfile

This commit is contained in:
Julian Ospald 2020-04-09 19:53:56 +02:00
parent 3496f24f6e
commit 16a26d9881
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 4 deletions

View File

@ -22,9 +22,6 @@ RUN apk add --no-cache \
## Package specific
RUN apk add --no-cache \
libbz2 \
bzip2-dev \
bzip2-static \
zlib \
zlib-dev \
zlib-static \
@ -35,7 +32,7 @@ RUN apk add --no-cache \
xz \
xz-dev
RUN cabal v2-update
COPY . /app