feat: SAPデータ復号化処理のpip upgradeコマンドを追加(脆弱性対応)
This commit is contained in:
parent
a555764907
commit
333fdccc68
@ -9,6 +9,7 @@ RUN \
|
|||||||
# パッケージのセキュリティアップデートのみを適用するコマンド
|
# パッケージのセキュリティアップデートのみを適用するコマンド
|
||||||
apt install -y unattended-upgrades && \
|
apt install -y unattended-upgrades && \
|
||||||
unattended-upgrades && \
|
unattended-upgrades && \
|
||||||
|
pip install --upgrade pip wheel && \
|
||||||
pip install --no-cache-dir -r requirements.txt
|
pip install --no-cache-dir -r requirements.txt
|
||||||
COPY datadecrypt ./
|
COPY datadecrypt ./
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user