diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 475555be9..0ee84e1c5 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -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