File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
9292RUN 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
111111FROM run-time-dependencies AS build-time-dependencies
112112# Install the build time dependencies & git & rdfind
113113RUN 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
You can’t perform that action at this time.
0 commit comments