yazid138 2 anni fa
parent
commit
2eda56849d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      dockerfile

+ 0 - 1
dockerfile

@@ -4,7 +4,6 @@ FROM node:14
 RUN wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | apt-key add -
 RUN 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
 RUN apt update
-RUN apt install -y mongodb-org-tools
 
 # Create app directory
 RUN mkdir -p /usr/src/app