Skip to content

Commit bc1fb73

Browse files
committed
update dockefile
1 parent b6013b3 commit bc1fb73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM ghcr.io/void-linux/void-glibc:latest
22

33
# Update and install dependencies
44
# We install all tools required by the CI workflows to avoid repeated installations
5-
RUN xbps-install -Syu xbps && \
6-
xbps-install -Sy \
5+
RUN xbps-install -Syu -y xbps && \
6+
xbps-install -Sy -y \
77
git \
88
curl \
99
bash \

0 commit comments

Comments
 (0)