fix for Ubuntu Dockerfile

This commit is contained in:
Vadim Sloun 2017-03-30 23:16:54 +03:00 committed by VS
parent 2398311455
commit 2f757babb9
1 changed files with 4 additions and 1 deletions

View File

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