izuemon commited on
Commit
ffc8709
·
verified ·
1 Parent(s): 2959f79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && \
26
  rm -rf /var/lib/apt/lists/* && \
27
  apt-get clean
28
  COPY . .
29
- RUN npm install git+https://github.com/izum00/turbowarp-packager.git
30
 
31
  # pip のアップグレードと必要ライブラリのインストール
32
  RUN pip install --no-cache-dir pip -U && \
 
26
  rm -rf /var/lib/apt/lists/* && \
27
  apt-get clean
28
  COPY . .
29
+ RUN npm install packager@git+https://github.com/izum00/turbowarp-packager.git
30
 
31
  # pip のアップグレードと必要ライブラリのインストール
32
  RUN pip install --no-cache-dir pip -U && \