added dockerfile and dockerignore for the ci-cd build image

This commit is contained in:
2023-02-02 20:10:17 +01:00
parent 42edba076e
commit 5d6dd87649
2 changed files with 8 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM rust:slim
WORKDIR /opt/rust
RUN apt update \
&& apt-get -y upgrade \
&& apt-get -y install libssl-dev pkg-config