soiz1 commited on
Commit
15b3d8e
·
verified ·
1 Parent(s): a955c9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -9,11 +9,12 @@ COPY . .
9
  # detection_ja.sh に実行権限を付与
10
  RUN chmod +x ./replace_ja.sh
11
 
12
- RUN ./replace_ja.sh
13
  RUN apt-get update && apt-get install -y python3 python3-pip
14
  RUN apt-get update && \
15
- apt-get install -y git-lfs && \
16
  git lfs install
 
 
17
 
18
  ARG github_token
19
  # translations ディレクトリを作成し、権限を設定
 
9
  # detection_ja.sh に実行権限を付与
10
  RUN chmod +x ./replace_ja.sh
11
 
 
12
  RUN apt-get update && apt-get install -y python3 python3-pip
13
  RUN apt-get update && \
14
+ apt-get install -y jq git-lfs && \
15
  git lfs install
16
+
17
+ RUN ./replace_ja.sh
18
 
19
  ARG github_token
20
  # translations ディレクトリを作成し、権限を設定