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 4cdd703 commit f58551dCopy full SHA for f58551d
docker/Dockerfile
@@ -90,7 +90,7 @@ RUN ln -s /usr/bin/sage /usr/bin/sagemath
90
# We need gcc/g++ and libstdc++-10-dev to allow compilation of cython at run-time from the notebook.
91
# We also install sudo for the sage user, see below.
92
RUN apt-get -qq update \
93
- && apt-get -qq install -y --no-install-recommends gfortran gcc g++ libstdc++-10-dev sudo openssl bzip2 libbz2-dev pkg-config\
+ && apt-get -qq install -y --no-install-recommends gfortran gcc g++ libstdc++-10-dev sudo openssl $(build/bin/sage-get-system-packages debian _bootstrap _prereq)\
94
&& apt-get -qq clean \
95
&& rm -r /var/lib/apt/lists/*
96
# Sage refuses to build as root, so we add a "sage" user that can sudo without a password.
0 commit comments