Skip to content

Commit e4666a0

Browse files
tchoutrimau5mat
authored andcommitted
Install zlib1g in the Docker image
1 parent f6eff52 commit e4666a0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Dockerfile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,20 @@ RUN chown -R $USER:$USER /home/$USER/.cabal
2929
WORKDIR /flora-server
3030

3131
RUN apt update && \
32-
apt install -y build-essential curl libffi-dev libffi8 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5 git libsodium-dev pkg-config
32+
apt install -y \
33+
build-essential \
34+
curl \
35+
libffi-dev \
36+
libffi8 \
37+
libgmp-dev \
38+
libgmp10 \
39+
libncurses-dev \
40+
libncurses5 \
41+
libtinfo5 \
42+
git \
43+
libsodium-dev \
44+
pkg-config \
45+
zlib1g-dev
3346

3447
# install dependencies (pg_config, postgresql-client, yarn)
3548
ENV BOOTSTRAP_HASKELL_NONINTERACTIVE="YES"

0 commit comments

Comments
 (0)