diff --git a/Dockerfile b/Dockerfile index 91c5975..a432287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,6 @@ FROM golang:alpine # Update RUN apk update upgrade; -# Install git -RUN apk add git - # Set timezone to Europe/Zurich RUN apk add tzdata RUN ln -s /usr/share/zoneinfo/Europe/Zurich /etc/localtime