Update Dockerfile
This commit is contained in:
parent
3496f24f6e
commit
16a26d9881
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user