From e7917ed09f50071312ca5394acd0b74c08d9bca5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:45:06 +0200 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index e4e886e38..5f69f4e9d 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -21,7 +21,7 @@ RUN \ ################## # Install bashio # ################## - mkdir -p /tmp/bashio \ + && mkdir -p /tmp/bashio \ && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \ | tar -xzf - --strip 1 -C /tmp/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \