🐳 Sets default Shell

This commit is contained in:
Franck Nijhof 2018-08-12 23:33:14 +02:00 committed by Franck Nijhof
parent 6cb7347b7a
commit d335410b6e
2 changed files with 3 additions and 5 deletions

View file

@ -1,5 +0,0 @@
---
ignored:
- SC2187
- SC2039
- DL4006

View file

@ -15,6 +15,9 @@ ENV \
# Copy root filesystem
COPY rootfs /
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
ARG BUILD_ARCH=amd64
RUN \