Skip to content

Commit

Permalink
🔥 Removes udev
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 8, 2018
1 parent e3348e9 commit 3362f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN \
bash=4.4.19-r1 \
ca-certificates=20171114-r0 \
curl=7.59.0-r0 \
eudev=3.2.4-r1 \
jq>1.5-r4 \
tzdata=2017c-r0 \
\
Expand All @@ -42,6 +41,7 @@ RUN \
| tar zxvf - -C /usr/bin/ \
\
&& mkdir -p /etc/fix-attrs.d \
&& mkdir -p /etc/services.d \
\
&& apk del --purge .build-dependencies \
\
Expand Down
7 changes: 0 additions & 7 deletions base/rootfs/etc/services.d/udevd/run

This file was deleted.

0 comments on commit 3362f64

Please sign in to comment.