From 09d8ecaf14081fb29912ccabf5fa16b81e85ebdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 24 May 2020 20:41:23 +0200 Subject: [PATCH] Remove nano --- go/tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests/Dockerfile b/go/tests/Dockerfile index d9e816a6..6c1ec7f5 100644 --- a/go/tests/Dockerfile +++ b/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