Update Dockerfile

This commit is contained in:
Kroese 2025-03-18 02:03:37 +01:00 committed by GitHub
parent 50d70ec050
commit 7649c30e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,8 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
RUN set -eu && \
apt-get update && \
apt-get --no-install-recommends -y install \
bc \
jq \
tini \
wget \
7zip \