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 f322e9e commit a251cf8Copy full SHA for a251cf8
docker/Dockerfile
@@ -10,7 +10,7 @@ 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 \
+RUN apt-get -qq update && apt-get -qq install -y --force-yes \
14
wget gcc g++ make xz-utils python2.7 git curl
15
16
RUN wget -q -O node8.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz \
0 commit comments