Update Dockerfile

This commit is contained in:
Arnaud Lafon
2023-09-18 09:09:45 +02:00
committed by GitHub
parent 8311eb9c4f
commit c35be37ffb

View File

@@ -1,15 +1,9 @@
FROM docker:latest
RUN apk add --no-cache --update \
py-pip \
python3-dev \
libffi-dev \
openssl-dev \
gcc \
libc-dev \
make \
git \
musl-dev \
cargo
RUN pip install --upgrade pip
RUN pip install docker-compose
git
RUN apk add docker docker-cli-compose