Skip to content
Snippets Groups Projects
Verified Commit 16a26d98 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Update Dockerfile

parent 3496f24f
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,6 @@ RUN apk add --no-cache \ ...@@ -22,9 +22,6 @@ RUN apk add --no-cache \
## Package specific ## Package specific
RUN apk add --no-cache \ RUN apk add --no-cache \
libbz2 \
bzip2-dev \
bzip2-static \
zlib \ zlib \
zlib-dev \ zlib-dev \
zlib-static \ zlib-static \
...@@ -35,7 +32,7 @@ RUN apk add --no-cache \ ...@@ -35,7 +32,7 @@ RUN apk add --no-cache \
xz \ xz \
xz-dev xz-dev
RUN cabal v2-update
COPY . /app COPY . /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment