File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV MONGO_VER 3.6.8
77COPY ./package.json .
88
99RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 \
10- && echo "deb http://repo.mongodb.org/apt/debian jessie /mongodb-org/3.6 main" | tee /etc/apt/sources.list.d/mongodb-org.list \
10+ && echo "deb http://repo.mongodb.org/apt/debian stretch /mongodb-org/3.6 main" | tee /etc/apt/sources.list.d/mongodb-org.list \
1111 && apt-get update \
1212 && apt-get install -y jq python git build-essential vim mongodb-org-shell=$MONGO_VER mongodb-org-tools=$MONGO_VER --no-install-recommends \
1313 && npm install
@@ -16,4 +16,3 @@ COPY ./ ./
1616
1717ENV NO_PROXY localhost,127.0.0.1
1818ENV no_proxy localhost,127.0.0.1
19-
You can’t perform that action at this time.
0 commit comments