Skip to content

Commit 444ca99

Browse files
Clean up Dockerfile
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent f6163a0 commit 444ca99

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

images/hook-udev/Dockerfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
66
apt-get autoremove --yes && \
77
rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log /var/cache/* /usr/lib/apt/* /usr/share/*
88

9-
# COPY udev.sh /sbin/udev
10-
#CMD [ "/sbin/udev", "start" ]
11-
129
CMD ["/etc/init.d/udev", "start"]
13-
14-
#RUN mkdir -p /lib/systemd/; ln -nfs /bin/udevadm /lib/systemd/systemd-udevd
15-
16-
17-
#FROM alpine
18-
#
19-
#COPY --from=base /lib/ /lib/
20-
#COPY --from=base /usr/lib/ /usr/lib/
21-
#COPY --from=base /bin/udevadm /bin/udevadm
22-
#COPY --from=base /etc/init.d/udev /etc/init.d/udev
23-
#COPY --from=base /lib/systemd/systemd-udevd /lib/systemd/systemd-udevd
24-
#
25-
#CMD ["/etc/init.d/udev", "start"]

0 commit comments

Comments
 (0)