Skip to content

Commit 6f932ed

Browse files
committed
Revert "use ./bootstrap in building docker container"
This reverts commit 48a81bd.
1 parent e2f2964 commit 6f932ed

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
@@ -196,7 +196,7 @@ ARG MAKEFLAGS="-j2"
196196
ENV MAKEFLAGS $MAKEFLAGS
197197
ARG SAGE_NUM_THREADS="2"
198198
ENV SAGE_NUM_THREADS $SAGE_NUM_THREADS
199-
RUN ./bootstrap
199+
RUN make configure
200200
# Old default before https://github.com/sagemath/sage/issues/32406
201201
RUN ./configure --disable-editable
202202
RUN make build

0 commit comments

Comments
 (0)