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: ADD src/*.m4 files for bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 22, 2021
1 parent b1413d4 commit 859be3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ WORKDIR /sage
ADD Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap configure.ac sage .homebrew-build-env tox.ini Pipfile.m4 ./
ADD src/doc/bootstrap src/doc/bootstrap
ADD src/bin src/bin
ADD src/Pipfile.m4 src/pyproject.toml.m4 src/requirements.txt.m4 src/setup.cfg.m4 src/
ADD m4 ./m4
ADD pkgs pkgs
ADD build ./build
Expand Down

0 comments on commit 859be3e

Please sign in to comment.