Skip to content

Commit 65bfbc2

Browse files
committed
bf: ZENKO-1736 update dockerfile
jessie/mongodb-org -> stretch/mongodb-org to support the change to node:8-slim and necessary to build dockerfile
1 parent 3f6ed4f commit 65bfbc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV MONGO_VER 3.6.8
77
COPY ./package.json .
88

99
RUN 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

1717
ENV NO_PROXY localhost,127.0.0.1
1818
ENV no_proxy localhost,127.0.0.1
19-

0 commit comments

Comments
 (0)