Skip to content

Commit

Permalink
another integration testing image fix (databricks#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored May 30, 2022
1 parent 3741a02 commit b572b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apk add jq \
&& apk add go \
&& apk add python3 \
&& apk add make \
&& go get gotest.tools/gotestsum \
&& go get honnef.co/go/tools/cmd/staticcheck
&& go install gotest.tools/gotestsum@latest \
&& go install honnef.co/go/tools/cmd/staticcheck@latest

RUN mkdir /src \
&& ln -s /root/go/bin/gotestsum /bin/gotestsum \
Expand All @@ -16,4 +16,4 @@ COPY . .

RUN make install

ENTRYPOINT [ "/src/scripts/it.sh" ]
ENTRYPOINT [ "/src/scripts/it.sh" ]

0 comments on commit b572b2c

Please sign in to comment.