feat: init commit
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
.idea/
|
||||||
|
|
||||||
# ---> macOS
|
# ---> macOS
|
||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
4
x86_64-unknown-linux-gnu-0.2.1-openssl/Dockerfile
Normal file
4
x86_64-unknown-linux-gnu-0.2.1-openssl/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM rustembedded/cross:x86_64-unknown-linux-gnu-0.2.1
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install --assume-yes libssl-dev
|
||||||
7
x86_64-unknown-linux-gnu-0.2.1-openssl/justfile
Normal file
7
x86_64-unknown-linux-gnu-0.2.1-openssl/justfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
_:
|
||||||
|
@just --list
|
||||||
|
|
||||||
|
# build docker image
|
||||||
|
build:
|
||||||
|
docker build . -t rustembedded/cross:x86_64-unknown-linux-gnu-openssl-0.2.1
|
||||||
|
|
||||||
Reference in New Issue
Block a user