diff --git a/Dockerfile b/Dockerfile index 2c718a0..cc0cd1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,10 +106,7 @@ RUN set -eux; \ touch -t "$touchy" /target/usr/local /target/usr /target; \ \ # smoke test - go version; \ -# make sure our reproducibile timestamp is probably still correct (best-effort inline reproducibility test) - epoch="$(stat -c '%Y' /usr/local/go)"; \ - [ "$SOURCE_DATE_EPOCH" = "$epoch" ] + go version; ENV GOPATH /go ENV PATH $GOPATH/bin:$PATH diff --git a/Dockerfile.dev b/Dockerfile.dev index 175d1c0..40eab61 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -104,10 +104,7 @@ RUN set -eux; \ touch -t "$touchy" /target/usr/local /target/usr /target; \ \ # smoke test - go version; \ -# make sure our reproducibile timestamp is probably still correct (best-effort inline reproducibility test) - epoch="$(stat -c '%Y' /usr/local/go)"; \ - [ "$SOURCE_DATE_EPOCH" = "$epoch" ] + go version; ENV GOPATH /go ENV PATH $GOPATH/bin:$PATH