Skip to content

Commit

Permalink
chore: Update Void Linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 28, 2022
1 parent c7bf73a commit 5ec1ad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/docker/voidlinux.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM ghcr.io/void-linux/void-linux:20211130rc01-full-x86_64
FROM ghcr.io/void-linux/void-linux:20220211rc01-full-x86_64

RUN \
xbps-install --sync --update --yes ; \
xbps-install --update --yes xbps && \
xbps-install --sync --update --yes && \
xbps-install --yes age curl gcc git go unzip zip

Expand Down

0 comments on commit 5ec1ad8

Please sign in to comment.