mirror of
https://github.com/code-rhapsodie/docker.git
synced 2026-03-23 22:02:06 +01:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user