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.
2 parents fb84ed2 + 34345af commit 6a9111fCopy full SHA for 6a9111f
docker/Dockerfile
@@ -8,7 +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/security.debian.org/archive.debian.org\/debian-security/' /etc/apt/sources.list
+RUN sed -i 's/security.debian.org/archive.debian.org/' /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