Remove git install (not needed)
This commit is contained in:
parent
daed57c445
commit
dbe9f99f4f
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue