Skip to content

Commit

Permalink
/go/performance/continuous_integration/SysbenchDockerfile: fix chowne…
Browse files Browse the repository at this point in the history
…rship
  • Loading branch information
coffeegoddd committed Feb 15, 2024
1 parent 8f86384 commit d850894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/performance/continuous_integration/SysbenchDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ENV DOLT_ROOT_PATH=/home/tester
WORKDIR /home/tester/dolt/go/cmd/dolt
RUN go build -o /usr/local/bin/dolt .
RUN go mod tidy
RUN chown -R tester:tester /go
RUN chown -R tester:tester /usr/local/go
USER $UNAME

RUN mkdir -p /home/tester/.cache
Expand Down

0 comments on commit d850894

Please sign in to comment.