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 6a9111f commit f322e9eCopy full SHA for f322e9e
docker/Dockerfile
@@ -8,6 +8,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/deb.debian/archive.debian/' /etc/apt/sources.list
12
RUN sed -i 's/security.debian.org/archive.debian.org/' /etc/apt/sources.list
13
RUN apt-get -qq update && apt-get -qq install -y \
14
wget gcc g++ make xz-utils python2.7 git curl
0 commit comments