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