Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment in Dockerfile for Go CLI
  • Loading branch information
viktoriia-fomina authored Jun 1, 2023
commit a974996348ab2fcc4c36d0f345ddeb5bfa4260b2
3 changes: 1 addition & 2 deletions utbot-cli-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COPY ${CREATE_GO_MODULE_SCRIPT} .
# Install Go
RUN apt-get update && \
apt-get install -y wget && \
# Install Go
wget https://go.dev/dl/go1.19.linux-amd64.tar.gz && \
tar -xvf go1.19.linux-amd64.tar.gz && \
mv go /usr/local && \
Expand All @@ -38,4 +37,4 @@ ENV GOROOT /usr/local/go
ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH

RUN UTBOT_GO_CLI_PATH="$(find /usr/src -type f -name 'utbot-cli*')" \
&& ln -s "${UTBOT_GO_CLI_PATH}" /usr/src/utbot-cli.jar
&& ln -s "${UTBOT_GO_CLI_PATH}" /usr/src/utbot-cli.jar