mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 22:43:25 +01:00
ingress test
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
ARG BUILD_VERSION
|
||||
FROM coderaiser/cloudcmd:latest
|
||||
|
||||
COPY run.sh /
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
ARG BASHIO_VERSION=0.13.0
|
||||
|
||||
@@ -11,9 +12,12 @@ RUN \
|
||||
################
|
||||
apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
jq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
nginx \
|
||||
&& apt-get clean
|
||||
\
|
||||
##################
|
||||
# Install bashio #
|
||||
|
||||
Reference in New Issue
Block a user