Update Dockerfile
Some checks failed
ci / build (push) Failing after 2h18m39s

This commit is contained in:
richardrobertreitz 2025-03-14 11:04:20 +00:00
parent 22b5bbc5ef
commit a624f7c048

View file

@ -5,6 +5,8 @@ COPY ./ ./
# RUN go mod download
RUN echo jojo
RUN sleep 99999
RUN CGO_ENABLED=0 GOOS=linux go build -o fibonacci-go cmd/main.go
# ToDo: use stretch as image for a completly empty container