yazid138 2 years ago
parent
commit
15a6a723d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
 RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
 
 # Install MongoDB tools
-RUN wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | apt-key add - | \
+RUN wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | apt-key add - && \
     echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-6.0.list && \
     apt update && \
     apt install -y mongodb-org-tools