Merge pull request #5356 from loadaverage/dockerfile_fix
Fix for Ubuntu Dockerfile
This commit is contained in:
commit
c3769b8874
@ -8,7 +8,10 @@ RUN apt-get update && \
|
|||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
file \
|
file \
|
||||||
binutils
|
binutils \
|
||||||
|
libssl-dev \
|
||||||
|
pkg-config \
|
||||||
|
libudev-dev
|
||||||
|
|
||||||
# install rustup
|
# install rustup
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
|
Loading…
Reference in New Issue
Block a user