Sfoglia il codice sorgente

更新 'Dockerfile'

lisha 1 anno fa
parent
commit
934cb3dd47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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