mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 03:21:34 +00:00
🐳 Sets default Shell
This commit is contained in:
parent
6bd7b42bfd
commit
ae33fe7cc7
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ ARG BUILD_FROM=hassioaddons/base:2.1.1
|
|||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
# Set shell
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Setup base
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue