0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-24 20:08:57 +02:00
dendrite/docker/Dockerfile
Brendan Abolivier 2d52771fcc Fix Docker files
2019-05-22 09:58:20 +01:00

9 lines
156 B
Docker

FROM docker.io/golang:1.12.5-alpine3.9
RUN mkdir /build
WORKDIR /build
RUN apk --update --no-cache add openssl bash git
CMD ["bash", "docker/build.sh"]