Remove git install (not needed)

This commit is contained in:
wim.de.jager 2021-06-16 13:24:54 +02:00
parent daed57c445
commit dbe9f99f4f

View file

@ -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