Skip to content

Commit 1b35ea9

Browse files
authored
Build fix
1 parent ef397bc commit 1b35ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN mkdir /app
77
WORKDIR /home/informix
88

99
RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
10-
echo "deb http://ftp.debian.org/debian/ stretch main non-free contrib" >/etc/apt/sources.list && \
11-
echo "deb http://security.debian.org/ stretch/updates main contrib non-free" >>/etc/apt/sources.list
10+
echo "deb http://archive.debian.org/debian/ stretch main non-free contrib" >/etc/apt/sources.list && \
11+
echo "deb http://archive.debian.org/debian-security stretch/updates main contrib non-free" >>/etc/apt/sources.list
1212

1313
RUN apt-get -qq update && \
1414
apt-get -qq install -y wget gcc-6 g++-6 make xz-utils python2.7 git curl
@@ -46,4 +46,4 @@ COPY . /app
4646
WORKDIR /app
4747
RUN rm -rf node_modules && npm install --unsafe-perm
4848

49-
ENTRYPOINT [ "npm", "start" ]
49+
ENTRYPOINT [ "npm", "start" ]

0 commit comments

Comments
 (0)