add: docker build
This commit is contained in:
commit
dd4c36e5c7
15
docker-build/Dockerfile
Normal file
15
docker-build/Dockerfile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
FROM docker:20.10-git
|
||||||
|
|
||||||
|
RUN apk add --no-cache py3-pip python3
|
||||||
|
RUN apk add --no-cache --virtual \
|
||||||
|
build-dependencies \
|
||||||
|
cargo \
|
||||||
|
gcc \
|
||||||
|
libc-dev \
|
||||||
|
libffi-dev \
|
||||||
|
make \
|
||||||
|
openssl-dev \
|
||||||
|
python3-dev \
|
||||||
|
rust \
|
||||||
|
&& pip3 install --no-cache-dir docker-compose~=1.29 \
|
||||||
|
&& apk del build-dependencies
|
Loading…
Reference in New Issue
Block a user