Skip to content

Commit f66971e

Browse files
authored
fix: Fix missing zlib1g and refactor deps (#18)
1 parent 3e0de04 commit f66971e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/dockerfiles/ubuntu-2204-lts/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ ARG GAP_USER_GROUPNAME
5151
RUN apt-get update --yes && \
5252
apt-get install --no-install-recommends --quiet --yes \
5353
autoconf \
54+
curl \
5455
build-essential \
5556
cmake \
56-
g++ \
57-
gcc \
58-
libgmp3-dev \
59-
libncurses5-dev curl \
60-
libreadline6-dev \
57+
zlib1g-dev \
58+
libgmp-dev \
59+
libncurses-dev \
60+
libreadline-dev \
6161
libtool \
6262
m4 \
6363
unzip

0 commit comments

Comments
 (0)