Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
6 |
|
7 |
# ホストのファイルをコンテナにコピー
|
8 |
COPY . .
|
9 |
-
RUN apt-get update && apt-get install -y python3 python3-pip default-jre
|
10 |
RUN apt-get update && \
|
11 |
apt-get install -y git-lfs && \
|
12 |
git lfs install
|
|
|
6 |
|
7 |
# ホストのファイルをコンテナにコピー
|
8 |
COPY . .
|
9 |
+
RUN apt-get update && apt-get install -y python3 python3-pip default-jre python2 python2-pip
|
10 |
RUN apt-get update && \
|
11 |
apt-get install -y git-lfs && \
|
12 |
git lfs install
|