mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
🐳 Sets default Shell
This commit is contained in:
parent
6cb7347b7a
commit
d335410b6e
2 changed files with 3 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
ignored:
|
||||
- SC2187
|
||||
- SC2039
|
||||
- DL4006
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue