0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-25 04:18:55 +02:00
dendrite/docker/Dockerfile

10 lines
156 B
Docker
Raw Normal View History

2019-05-22 10:58:20 +02:00
FROM docker.io/golang:1.12.5-alpine3.9
RUN mkdir /build
WORKDIR /build
2019-05-22 10:58:20 +02:00
RUN apk --update --no-cache add openssl bash git
CMD ["bash", "docker/build.sh"]