We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eff52 commit e4666a0Copy full SHA for e4666a0
Dockerfile
@@ -29,7 +29,20 @@ RUN chown -R $USER:$USER /home/$USER/.cabal
29
WORKDIR /flora-server
30
31
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
+ 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
46
47
# install dependencies (pg_config, postgresql-client, yarn)
48
ENV BOOTSTRAP_HASKELL_NONINTERACTIVE="YES"
0 commit comments