diff --git a/cmd/bigsky/Dockerfile b/cmd/bigsky/Dockerfile index 5b81ddc04..8418b84cf 100644 --- a/cmd/bigsky/Dockerfile +++ b/cmd/bigsky/Dockerfile @@ -20,8 +20,10 @@ RUN git checkout go1.23.3 # Cherry pick the CL RUN git fetch https://go.googlesource.com/go refs/changes/97/564197/1 && git cherry-pick FETCH_HEAD +WORKDIR /gosource/src + # Build go -RUN ./src/all.bash +RUN ./all.bash # Copy the artifacts to /export RUN mkdir -p /export