diff --git a/joal/Dockerfile b/joal/Dockerfile index 175c3dd67..96c112942 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -13,7 +13,6 @@ RUN \ && apt-get install -y --no-install-recommends \ wget \ jq \ - nginx \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \ @@ -37,9 +36,6 @@ RUN \ /var/{cache,log}/* \ /var/lib/apt/lists/* -# Copy root filesystem -COPY rootfs / - COPY run.sh / RUN chmod 777 /run.sh