mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 19:18:10 +01:00
Update Dockerfile
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user