gitea-sonarqube-bot/contrib/Dockerfile
justusbunsi 99cd1366f8
Add development environment
- docker
 - golang

Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
2021-06-06 17:14:57 +02:00

11 lines
139 B
Docker

FROM golang:1.16-alpine3.13
RUN apk --no-cache add build-base git bash
WORKDIR /projects
VOLUME ["/projects"]
EXPOSE 8080
CMD ["bash"]