Skip to content

Commit 9ea7eb0

Browse files
committed
Dockerfile: fix container build, update base image
1 parent 2deaeae commit 9ea7eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG BASE=ghcr.io/void-linux/void-linux:20210312rc01-thin-x86_64-musl
1+
ARG BASE=ghcr.io/void-linux/void-linux:20220530RC01-full-x86_64-musl
22
FROM ${BASE}
3-
RUN xbps-install -yMU git bash curl util-linux findutils
3+
RUN xbps-install -yMu xbps && xbps-install -yMU git bash curl util-linux findutils
44
COPY void-updates.sh /usr/local/bin/void-updates
55
COPY entrypoint.sh /entrypoint
66

0 commit comments

Comments
 (0)