Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 20:32:54 +02:00
committed by GitHub
parent b411d94977
commit cc50969469

View File

@@ -7,16 +7,19 @@ COPY rootfs /
ARG BASHIO_VERSION=0.13.1
#RUN \
ARG user=joplin
RUN useradd --create-home --shell /bin/bash $user
USER $user
RUN \
################
# Install apps #
################
# sudo apt-get clean \
# && sudo apt-get update \
# && sudo apt-get install -y \
# jq \
# curl
sudo apt-get clean \
&& sudo apt-get update \
&& sudo apt-get install -y \
jq \
curl
#RUN \
##################
# Install bashio #