Skip to content

Commit f752004

Browse files
committed
added deps from the current Debian _prereq and _bootstrap
1 parent da8ec1a commit f752004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN ln -s /usr/bin/sage /usr/bin/sagemath
9090
# We need gcc/g++ and libstdc++-10-dev to allow compilation of cython at run-time from the notebook.
9191
# We also install sudo for the sage user, see below.
9292
RUN apt-get -qq update \
93-
&& apt-get -qq install -y --no-install-recommends gfortran gcc g++ libstdc++-10-dev sudo openssl $(echo $(build/bin/sage-get-system-packages debian _bootstrap _prereq))\
93+
&& apt-get -qq install -y --no-install-recommends gfortran gcc g++ libstdc++-10-dev sudo openssl pkg-config patch libz-dev libbz2-dev bzip2 ca-certificates perl \
9494
&& apt-get -qq clean \
9595
&& rm -r /var/lib/apt/lists/*
9696
# Sage refuses to build as root, so we add a "sage" user that can sudo without a password.
@@ -111,7 +111,7 @@ WORKDIR $HOME
111111
FROM run-time-dependencies AS build-time-dependencies
112112
# Install the build time dependencies & git & rdfind
113113
RUN sudo apt-get -qq update \
114-
&& sudo apt-get -qq install -y wget build-essential automake m4 dpkg-dev python3 libssl-dev git rdfind \
114+
&& sudo apt-get -qq install -y wget build-essential automake m4 dpkg-dev python3 libssl-dev git rdfind autoconf automake libtool bc binutils \
115115
&& sudo apt-get -qq clean \
116116
&& sudo rm -r /var/lib/apt/lists/*
117117

0 commit comments

Comments
 (0)