Loading dockerfiles/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ RUN apt-get update && apt-get install -y cmake vim wget g++ RUN wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz RUN tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz RUN go install github.com/jstemmer/go-junit-report/v2@latest ENV PATH=$PATH:/usr/local/go/bin RUN go install github.com/jstemmer/go-junit-report/v2@latest COPY src /rdb/src COPY CMakeLists.txt /rdb/ Loading Loading
dockerfiles/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ RUN apt-get update && apt-get install -y cmake vim wget g++ RUN wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz RUN tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz RUN go install github.com/jstemmer/go-junit-report/v2@latest ENV PATH=$PATH:/usr/local/go/bin RUN go install github.com/jstemmer/go-junit-report/v2@latest COPY src /rdb/src COPY CMakeLists.txt /rdb/ Loading