diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index a81d12e8d..bfca9faed 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -26,6 +26,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +# Set shell +SHELL ["/bin/bash", "-o", "pipefail", "-c"] + ################## # 3 Install apps # ################## diff --git a/portainer_agent/config.json b/portainer_agent/config.json index edb4ff072..57623303f 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -40,5 +40,5 @@ }, "slug": "portainer_agent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.18.2-test" + "version": "2.18.2-test2" } \ No newline at end of file