Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
thetredev committed Mar 17, 2024
1 parent ecd72ed commit 97c587a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ghcr.io/void-linux/void-buildroot-glibc:20231230R1
RUN mkdir -p /etc/xbps.d && cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/ \
&& sed -i 's|repo-default|repo-ci|g' /etc/xbps.d/*-repository-*.conf \
&& xbps-install -Syu xbps || true \
&& xbps-install -yf base-files \
&& xbps-install -yu base-files \
&& xbps-install -yu \
&& xbps-install -y \
Expand Down

0 comments on commit 97c587a

Please sign in to comment.