Skip to content

Commit d8c5ea0

Browse files
author
RajPorus19
committed
fix: Void Dockerfile — SSL_NO_VERIFY_PEER=1 pour contourner le miroir cassé
1 parent 6efa9ba commit d8c5ea0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/docker/Dockerfile.void

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM voidlinux/voidlinux:latest
2-
# Sync repos without full system upgrade, then install build tools
2+
# 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
35
RUN xbps-install -S && xbps-install -y base-devel curl git cmake nodejs python3 cargo rust bash \
46
&& rm -rf /var/cache/xbps/*
57
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)