🐳 Sets default Shell

This commit is contained in:
Franck Nijhof 2018-08-18 10:14:06 +02:00
parent 6bd7b42bfd
commit ae33fe7cc7
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -2,6 +2,9 @@ ARG BUILD_FROM=hassioaddons/base:2.1.1
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \