Ver Fonte

fixed upgrade command

Spencer Gardner há 8 anos atrás
pai
commit
b5e7800a99
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 from debian
 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
 RUN apt-get install -y git curl apache2 binutils