FROM golang:1.19.3 RUN apt update && apt install -y ca-certificates ntp ntpdate git WORKDIR /go/src/soko COPY . /go/src/soko CMD tail -f /dev/null