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

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

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 dataimport ./