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 958bf83 commit 519e8b3Copy full SHA for 519e8b3
docker/Dockerfile
@@ -7,6 +7,8 @@ RUN mkdir /legacy-project-processor
7
WORKDIR /home/informix
8
9
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
10
+RUN sed -i 's/httpredir/archive/' /etc/apt/sources.list
11
+RUN sed -i 's/security.debian.org/archive.debian.org\/debian-security/' /etc/apt/sources.list
12
RUN apt-get -qq update && apt-get -qq install -y \
13
wget gcc g++ make xz-utils python2.7 git curl
14
0 commit comments