Removes duplicate libudev-dev from Dockerfile (#9220)
This commit is contained in:
parent
1ce8c1cf82
commit
bf7677ce69
@ -25,8 +25,7 @@ RUN apt-get update && \
|
|||||||
file \
|
file \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
dpkg-dev \
|
dpkg-dev &&\
|
||||||
libudev-dev &&\
|
|
||||||
# install rustup
|
# install rustup
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
|
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
|
||||||
# rustup directory
|
# rustup directory
|
||||||
|
Loading…
Reference in New Issue
Block a user