riscv-docker/golang/Dockerfile

4 lines
50 B
Docker

FROM alpine:edge
RUN apk add --no-cache go
CMD go