From 333fdccc685766c1ff92151aa828fc19d3a6a6d1 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Tue, 15 Nov 2022 11:46:58 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20SAP=E3=83=87=E3=83=BC=E3=82=BF=E5=BE=A9?= =?UTF-8?q?=E5=8F=B7=E5=8C=96=E5=87=A6=E7=90=86=E3=81=AEpip=20upgrade?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=EF=BC=88=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 --- lambda/sap-data-decrypt/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda/sap-data-decrypt/Dockerfile b/lambda/sap-data-decrypt/Dockerfile index a850e222..eaa4a947 100644 --- a/lambda/sap-data-decrypt/Dockerfile +++ b/lambda/sap-data-decrypt/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 datadecrypt ./