fix for Ubuntu Dockerfile
This commit is contained in:
parent
2398311455
commit
2f757babb9
@ -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