vendor openssl
This commit is contained in:
7
Dockerfile
Executable file
7
Dockerfile
Executable file
@ -0,0 +1,7 @@
|
||||
FROM docker.io/rust:1.49
|
||||
|
||||
RUN apt-get update && apt-get install -yqq \
|
||||
musl-tools \
|
||||
make
|
||||
|
||||
RUN rustup target add armv7-unknown-linux-musleabihf
|
||||
Reference in New Issue
Block a user