vendor openssl

This commit is contained in:
2021-01-06 00:41:45 +03:00
parent 7e700e362a
commit 21ea82abc0
10 changed files with 118 additions and 1 deletions

7
Dockerfile Executable file
View 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