Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
docker/Dockerfile: Use configure --disable-editable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 21, 2022
1 parent 6513b6b commit ff8710e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Expand Up @@ -168,7 +168,8 @@ ENV MAKEFLAGS $MAKEFLAGS
ARG SAGE_NUM_THREADS="2"
ENV SAGE_NUM_THREADS $SAGE_NUM_THREADS
RUN make configure
RUN ./configure
# Old default before https://trac.sagemath.org/ticket/32406
RUN ./configure --disable-editable
RUN make build

################################################################################
Expand Down

0 comments on commit ff8710e

Please sign in to comment.