Selaa lähdekoodia

fixed upgrade command

Spencer Gardner 8 vuotta sitten
vanhempi
säilyke
b5e7800a99
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 from debian
 
-RUN apt-get -y update && apt-get upgrade
+RUN apt-get -y update && apt-get -y upgrade
 
 RUN apt-get install -y git curl apache2 binutils