Browse Source

更新 'Dockerfile'

lisha 1 year ago
parent
commit
52794b4ca2
1 changed files with 1 additions and 1 deletions
  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