allan-simon / docker-dev-rust

Docker image meant for portable rust dev environment, with rustup , rust language server, neovim
2 stars 1 forks source link

Fix missing packages for build #1

Closed jean553 closed 7 years ago

jean553 commented 7 years ago

Your docker build has failed (https://hub.docker.com/r/allansimon/docker-dev-rust/builds/bkq98i6gsxpyrwyv5vt4eyy/) because of two missing packages : libssl-dev and sudo.

I tried to build your image on my local with the fix and it worked well.