From 01f7083b40a2c7cf0bdeebc23b0a2982c4dd9475 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Apr 2021 22:29:10 +0200 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) 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