fix: (SAPデータ復号化)12月の脆弱性スキャンで発覚した脆弱性を解消

- setuptoolsのインストールを追加(横展開)
This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-12-20 19:10:20 +09:00
parent 5fca835eb2
commit ca816ac21a

View File

@ -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 datadecrypt ./