Skip to content

Commit da8ec1a

Browse files
authored
remove a line break
apparently we need to clean the line break $ ./build/bin/sage-get-system-packages debian _bootstrap _prereq autoconf automake libtool binutils make m4 perl flex python3 tar bc gcc libbz2-dev bzip2 g++ ca-certificates patch pkg-config libz-dev
1 parent d219e3f commit da8ec1a

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 $(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 $(echo $(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)