From b44874c2073e2ba71e85bcf2f29ce982d40530a6 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Tue, 20 Dec 2022 19:40:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20(=E3=83=87=E3=83=BC=E3=82=BF=E7=99=BB?= =?UTF-8?q?=E9=8C=B2)12=E6=9C=88=E3=81=AE=E8=84=86=E5=BC=B1=E6=80=A7?= =?UTF-8?q?=E3=82=B9=E3=82=AD=E3=83=A3=E3=83=B3=E3=81=A7=E7=99=BA=E8=A6=9A?= =?UTF-8?q?=E3=81=97=E3=81=9F=E8=84=86=E5=BC=B1=E6=80=A7=E3=82=92=E8=A7=A3?= =?UTF-8?q?=E6=B6=88=20-=20setuptools=E3=81=AE=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=AB=E3=82=92=E8=BF=BD=E5=8A=A0=EF=BC=88?= =?UTF-8?q?=E6=A8=AA=E5=B1=95=E9=96=8B=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/dataimport/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/dataimport/Dockerfile b/ecs/dataimport/Dockerfile index 75ea3025..78ab2fda 100644 --- a/ecs/dataimport/Dockerfile +++ b/ecs/dataimport/Dockerfile @@ -9,7 +9,7 @@ RUN \ # パッケージのセキュリティアップデートのみを適用するコマンド apt install -y unattended-upgrades && \ unattended-upgrades && \ - pip install --upgrade pip wheel && \ + pip install --upgrade pip wheel setuptools && \ pip install --no-cache-dir -r requirements.txt COPY dataimport ./