From a5557649073930af3d943a604525a65ae397a407 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Tue, 15 Nov 2022 11:08:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=87=E3=83=BC=E3=82=BF=E7=99=BB?= =?UTF-8?q?=E9=8C=B2=E5=87=A6=E7=90=86=E3=81=AEpip=20update=E3=82=B3?= =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0=EF=BC=88?= =?UTF-8?q?=E8=84=86=E5=BC=B1=E6=80=A7=E5=AF=BE=E5=BF=9C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/dataimport/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ecs/dataimport/Dockerfile b/ecs/dataimport/Dockerfile index dfe25cb3..75ea3025 100644 --- a/ecs/dataimport/Dockerfile +++ b/ecs/dataimport/Dockerfile @@ -9,6 +9,7 @@ RUN \ # パッケージのセキュリティアップデートのみを適用するコマンド apt install -y unattended-upgrades && \ unattended-upgrades && \ + pip install --upgrade pip wheel && \ pip install --no-cache-dir -r requirements.txt COPY dataimport ./