5 lines
251 B
Plaintext
5 lines
251 B
Plaintext
FROM alpine:latest
|
|
|
|
RUN --mount=type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock apk --update add git docker docker-compose postgresql
|
|
RUN --mount=type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock docker pull postgres
|