Update Dockerfile

This commit is contained in:
Alexandre
2021-06-26 15:02:33 +02:00
committed by GitHub
parent 4ebcab891f
commit fda413f51f

View File

@@ -10,10 +10,14 @@ ARG TEMPIO_VERSION=2021.01.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
################
# Install apps #
################
apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
cifs-utils \
keyutils \
\
##################
# Install bashio #