File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ RUN mkdir /app
7
7
WORKDIR /home/informix
8
8
9
9
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
12
12
13
13
RUN apt-get -qq update && \
14
14
apt-get -qq install -y wget gcc-6 g++-6 make xz-utils python2.7 git curl
@@ -46,4 +46,4 @@ COPY . /app
46
46
WORKDIR /app
47
47
RUN rm -rf node_modules && npm install --unsafe-perm
48
48
49
- ENTRYPOINT [ "npm" , "start" ]
49
+ ENTRYPOINT [ "npm" , "start" ]
You can’t perform that action at this time.
0 commit comments