Spaces:
Running
Running
Update Dockerfile
Browse files- 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 && \
|