Update dockerfile dependency

This commit is contained in:
2024-01-24 04:57:49 +00:00
parent b9e8ebc69b
commit 76b0cb9b28
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ RUN apt-get update \
wget \
python3 \
python3-pip \
jq \
&& rm -rf /var/lib/apt/lists/*
ARG DEBIAN_FRONTEND=noninteractive