mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 17:38:17 +01:00
Update Dockerfile
This commit is contained in:
@@ -4,6 +4,7 @@ FROM florider89/joplin-server:master
|
||||
|
||||
ARG BASHIO_VERSION=0.13.1
|
||||
USER root
|
||||
VOLUME [ data]
|
||||
RUN \
|
||||
################
|
||||
# Install apps #
|
||||
@@ -22,10 +23,12 @@ RUN \
|
||||
| tar -xzf - --strip 1 -C /tmp/bashio \
|
||||
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||
&& rm -rf /tmp/bashio
|
||||
&& rm -rf /tmp/bashio \
|
||||
\
|
||||
###################
|
||||
# Configure image #
|
||||
###################
|
||||
&& chmod u+r /data/options.json
|
||||
|
||||
# Copy root filesystem
|
||||
ARG user=joplin
|
||||
|
||||
Reference in New Issue
Block a user