Skip to content

Commit

Permalink
Tests need cockroachDB
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Nov 28, 2022
1 parent 8cfc251 commit c39405c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/cloudbuild/testbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ RUN apt-get update && apt-get install -y \
# Install golangci-lint. See docs at: https://golangci-lint.run/usage/install/.
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1

# Install CockroachDB, see https://www.cockroachlabs.com/docs/v22.1/install-cockroachdb-linux
RUN curl https://binaries.cockroachdb.com/cockroach-v22.1.11.linux-amd64.tgz | tar -xz && cp -i cockroach-v22.1.11.linux-amd64/cockroach /usr/local/bin/


RUN mkdir protoc && \
(cd protoc && \
PROTOC_VERSION="3.20.1" && \
Expand Down

0 comments on commit c39405c

Please sign in to comment.