Skip to content

Commit 15b9534

Browse files
committed
Dockerfile.masterdir: include void-repo-bootstrap so things can update
updates to base-chroot and chroot-curl can make it impossible to update in CI. This ensures the CI container has access to the bootstrap repo.
1 parent 5a33bf1 commit 15b9534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.masterdir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN \
1717
$REPOSITORIES \
1818
$REPOSITORIES/bootstrap \
1919
-r /target \
20-
base-chroot chroot-curl
20+
base-chroot chroot-curl void-repo-bootstrap
2121

2222
FROM scratch
2323
LABEL org.opencontainers.image.source https://github.com/void-linux/void-docker

0 commit comments

Comments
 (0)