1
1

Update packages feed URL to use HTTP to avoid issue with SSL cert

This commit is contained in:
2026-08-13 19:07:13 +02:00
parent afcbbcd27c
commit 763a1c96eb
+2
View File
@@ -1,5 +1,7 @@
FROM i386/ubuntu:12.04
RUN git config --global http.sslVerify false
RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list && \
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list