Update Dockerfile
This commit is contained in:
parent
50d70ec050
commit
7649c30e04
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue