fix: (SAPデータ復号化)12月の脆弱性スキャンで発覚した脆弱性を解消
- setuptoolsのインストールを追加(横展開)
This commit is contained in:
parent
5fca835eb2
commit
ca816ac21a
@ -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 ./
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user