Update Dockerfile

This commit is contained in:
Alexandre
2021-08-09 22:57:57 +02:00
committed by GitHub
parent 45a4fdfb2e
commit b30a5964a3

View File

@@ -1,12 +1,11 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BASHIO_VERSION=0.13.1
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BASHIO_VERSION=0.13.1
RUN \
################
# Install apps #