ingress test

This commit is contained in:
Alexandre
2021-08-02 11:25:58 +02:00
parent eda00aef83
commit b5da6c31e9
12 changed files with 221 additions and 9 deletions

View File

@@ -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 #