Skip to content

Commit 15a18c0

Browse files
committed
fix(docker): Package bootstrap script so Docker images can be built from source tarballs
1 parent ef2d9a7 commit 15a18c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dist_pdf_DATA = $(_MANUAL)
7272
dist_license_DATA = LICENSE.md
7373
EXTRA_DIST = spec tests documentation sile-dev-1.rockspec rusile-dev-1.rockspec fontconfig.conf
7474
EXTRA_DIST += build-aux/action-updater.js build-aux/cargo-updater.js build-aux/config.ld build-aux/decore-automake.sh build-aux/git-version-gen
75-
EXTRA_DIST += Dockerfile build-aux/docker-bootstrap.sh build-aux/docker-fontconfig.conf hooks/build
75+
EXTRA_DIST += Dockerfile bootstrap.sh build-aux/docker-bootstrap.sh build-aux/docker-fontconfig.conf hooks/build
7676
EXTRA_DIST += build-aux/xml-entities-to-lua.xsl
7777
EXTRA_DIST += default.nix flake.nix flake.lock shell.nix build-aux/pkg.nix
7878
EXTRA_DIST += package.json # imported by both Nix and Docker

0 commit comments

Comments
 (0)