4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-15 00:25:37 +00:00
Kegsay 24d8df664c
Fix and shuffle directory around ()
* Fix  and shuffle directory around

* Update find-lint

* goimports

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-05-21 14:40:13 +01: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"]