feat: データ登録処理のpip updateコマンドを追加(脆弱性対応)

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-11-15 11:08:42 +09:00
parent c9a9ed903d
commit a555764907

View File

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