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