Merge pull request #5356 from loadaverage/dockerfile_fix

Fix for Ubuntu Dockerfile
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-04-03 16:15:49 +07:00 committed by GitHub
commit c3769b8874
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