mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
🔥 Removes udev
This commit is contained in:
parent
444b247955
commit
43e75144b8
2 changed files with 1 additions and 8 deletions
|
@ -24,7 +24,6 @@ RUN \
|
|||
bash=4.4-5 \
|
||||
ca-certificates=20161130+nmu1 \
|
||||
curl=7.52.1-5+deb9u5 \
|
||||
udev=232-25+deb9u3 \
|
||||
jq=1.5+dfsg-1.3 \
|
||||
tzdata=2018e-0+deb9u1 \
|
||||
\
|
||||
|
@ -41,6 +40,7 @@ RUN \
|
|||
| tar zxvf - -C /usr/bin/ \
|
||||
\
|
||||
&& mkdir -p /etc/fix-attrs.d \
|
||||
&& mkdir -p /etc/services.d \
|
||||
\
|
||||
&& \
|
||||
if [ "${BUILD_ARCH}" != "armhf" ]; then \
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/execlineb -P
|
||||
with-contenv
|
||||
background -d {
|
||||
s6-sleep 3
|
||||
udevadm trigger
|
||||
}
|
||||
/lib/systemd/systemd-udevd
|
Loading…
Add table
Add a link
Reference in a new issue