Commit 3e758845 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix dockerfile

parent 0e8b4544
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/