Revert "First pass in moving to debian"
[discourse_docker.git] / image / discourse_test / Dockerfile
index a3fe073fbbdff54fbf38d75074e36d52a66b4168..f0fb6dbabfccc899b943bdb08a28d20f54191e0d 100644 (file)
@@ -21,8 +21,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo ap
     echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list &&\
     curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - &&\
     echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list &&\
-    apt update &&\
-    apt install -y libgconf-2-4 google-chrome-stable yarn nodejs &&\
+    apt-get update &&\
+    apt-get install -y libgconf-2-4 google-chrome-stable yarn nodejs &&\
     npm install -g eslint babel-eslint &&\
     cd /var/www/discourse && sudo -E -u discourse -H yarn install