🐳 Sets default Shell

This commit is contained in:
Franck Nijhof 2018-08-15 18:57:30 +02:00
parent 1bd73c4e92
commit 8c2b2745f8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -2,6 +2,9 @@ ARG BUILD_FROM=hassioaddons/ubuntu-base:2.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
RUN \
apt-get update \