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