added dockerfile and dockerignore for the ci-cd build image
This commit is contained in:
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@@ -0,0 +1 @@
|
||||
**
|
||||
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user