yazid138 %!s(int64=2) %!d(string=hai) anos
pai
achega
5eb3e0b869
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -4,7 +4,7 @@ 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 mongodb-org-tools
+RUN apt install -y mongodb-org-tools
 
 # Create app directory
 RUN mkdir -p /usr/src/app