Removes duplicate libudev-dev from Dockerfile (#9220)

This commit is contained in:
JohnnySheffield 2018-07-27 06:20:27 +02:00 committed by Wei Tang
parent 1ce8c1cf82
commit bf7677ce69
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ RUN apt-get update && \
file \
libudev-dev \
pkg-config \
dpkg-dev \
libudev-dev &&\
dpkg-dev &&\
# install rustup
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
# rustup directory