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

Commit

Permalink
build/bin/write-dockerfile.sh: Move 'ADD pkgs' earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 22, 2021
1 parent 02234ce commit b1413d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,13 @@ ADD Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap configure.a
ADD src/doc/bootstrap src/doc/bootstrap
ADD src/bin src/bin
ADD m4 ./m4
ADD pkgs pkgs
ADD build ./build
ARG BOOTSTRAP=./bootstrap
$RUN sh -x -c "\${BOOTSTRAP}" $ENDRUN
FROM bootstrapped as configured
#:configuring:
# config.status needs to write in pkgs/sage-conf/
ADD pkgs pkgs
RUN mkdir -p logs/pkgs; ln -s logs/pkgs/config.log config.log
ARG EXTRA_CONFIGURE_ARGS=""
EOF
Expand Down

0 comments on commit b1413d4

Please sign in to comment.