mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-27 07:13:32 +02:00
fix(collabora): declare SHELL with pipefail explicitly
The base image already sets it, but hadolint cannot see an inherited SHELL (DL4006), and the ldd linkage check relies on pipefail to notice a failing ldd. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -38,6 +38,10 @@ FROM ${BUILD_FROM} AS collabora
|
||||
###############################################################################
|
||||
FROM ghcr.io/hassio-addons/debian-base:9.3.0
|
||||
|
||||
# Inherited from the base, but declared explicitly: the linkage check below
|
||||
# relies on pipefail to notice a failing ldd.
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
##################
|
||||
# 2 Modify Image #
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user