feat: データ登録処理のpip updateコマンドを追加(脆弱性対応)
This commit is contained in:
parent
c9a9ed903d
commit
a555764907
@ -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 ./
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user