We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efa9ba commit d8c5ea0Copy full SHA for d8c5ea0
1 file changed
tests/docker/Dockerfile.void
@@ -1,5 +1,7 @@
1
FROM voidlinux/voidlinux:latest
2
-# Sync repos without full system upgrade, then install build tools
+# GitHub Actions runners sometimes hit SSL cert mismatches on Void mirrors
3
+# Disable SSL verification for repo sync (testing only, not production)
4
+ENV SSL_NO_VERIFY_PEER=1
5
RUN xbps-install -S && xbps-install -y base-devel curl git cmake nodejs python3 cargo rust bash \
6
&& rm -rf /var/cache/xbps/*
7
CMD ["/bin/bash"]
0 commit comments