yazid138 2 yıl önce
ebeveyn
işleme
56663ed494
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -3,7 +3,7 @@ FROM node:14
 # Install Depends
 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 get update
+RUN apt update
 RUN apt install mongodb-org-tools
 
 # Create app directory