0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-11 15:38:45 +02:00
dendrite/docker/Dockerfile
2020-02-20 13:54:50 +00:00

10 lines
168 B
Docker

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