mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
🐳 Creation of /etc/cont-finish.d is no longer needed
This commit is contained in:
parent
777bcb0080
commit
0aceeab2cb
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,7 @@ RUN \
|
|||
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.20.0.0/s6-overlay-${S6_ARCH}.tar.gz" \
|
||||
| tar zxvf - -C / \
|
||||
\
|
||||
&& mkdir -p \
|
||||
/etc/cont-finish.d \
|
||||
/etc/fix-attrs.d \
|
||||
&& mkdir -p /etc/fix-attrs.d \
|
||||
\
|
||||
&& \
|
||||
if [ "${BUILD_ARCH}" != "armhf" ]; then \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue