0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 03:59:03 +02:00
dendrite/docker/Dockerfile
Brendan Abolivier e1ec98e248
Update Docker files and remove references to gb (#703)
Fix Docker files which had been forgotten in #594 and update scripts and docs to remove references to gb.

I also removed the `jenkins` directory which is outdated. We can revert f8d7e99 if we realise that it was a mistake to do so.
2019-05-22 10:44:25 +01:00

10 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"]