Browse Source

Remove nano

content-update
4 years ago committed by xpetit
parent
commit
09d8ecaf14
  1. 2
      go/tests/Dockerfile

2
go/tests/Dockerfile

@ -1,6 +1,6 @@
FROM golang:1-alpine
RUN apk add --no-cache git nano
RUN apk add --no-cache git
RUN go get golang.org/x/tools/cmd/goimports
RUN go get github.com/01-edu/z01
WORKDIR src

Loading…
Cancel
Save