Skip to content

Commit f58551d

Browse files
committed
make sure _prereq etc are installed in the docker images
1 parent 4cdd703 commit f58551d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
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 bzip2 libbz2-dev pkg-config\
93+
&& 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)\
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.

0 commit comments

Comments
 (0)