We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6013b3 commit bc1fb73Copy full SHA for bc1fb73
1 file changed
docker/Dockerfile
@@ -2,8 +2,8 @@ FROM ghcr.io/void-linux/void-glibc:latest
2
3
# Update and install dependencies
4
# We install all tools required by the CI workflows to avoid repeated installations
5
-RUN xbps-install -Syu xbps && \
6
- xbps-install -Sy \
+RUN xbps-install -Syu -y xbps && \
+ xbps-install -Sy -y \
7
git \
8
curl \
9
bash \
0 commit comments