Update packages feed URL to use HTTP to avoid issue with SSL cert
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user