Przeglądaj źródła

更新 'Dockerfile'

lisha 1 rok temu
rodzic
commit
52794b4ca2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ WORKDIR ./wrapper-compute-engine
 
 
 ADD . .
-RUN apt-get install -y gettext-base
+RUN apt-get update && apt-get install -y gettext-base
 
 WORKDIR bin