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