riscv-docker/golang/Dockerfile
2023-07-30 12:16:16 -07:00

4 lines
50 B
Docker

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