File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
3131 apt-get install google-cloud-sdk -y
3232
3333# Install tools used in build
34- RUN GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@latest && \
35- go get github.com/jstemmer/go-junit-report@latest
34+ RUN GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@latest
35+ RUN GO111MODULE=on go get github.com/jstemmer/go-junit-report@latest
3636
3737WORKDIR $GOPATH
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
3131 apt-get install google-cloud-sdk -y
3232
3333# Install tools used in build
34- RUN GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@latest && \
35- go get github.com/jstemmer/go-junit-report@latest
34+ RUN GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@latest
35+ RUN GO111MODULE=on go get github.com/jstemmer/go-junit-report@latest
3636
3737WORKDIR $GOPATH
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
6262 apt-get install google-cloud-sdk -y
6363
6464# Install tools used in build
65- RUN GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@latest && \
66- go get github.com/jstemmer/go-junit-report@latest
65+ RUN GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@latest
66+ RUN GO111MODULE=on go get github.com/jstemmer/go-junit-report@latest
6767
6868WORKDIR $GOPATH
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -ex; \
2020 apt-get install -y \
2121 make build-essential libssl-dev zlib1g-dev libbz2-dev \
2222 libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
23- xz-utils tk-dev libffi-dev liblzma-dev python -openssl \
23+ xz-utils tk-dev libffi-dev liblzma-dev python3 -openssl \
2424 apt-transport-https ca-certificates gnupg curl gnupg-agent lsb-release software-properties-common \
2525 unzip wget vim; \
2626 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments