Skip to content

Commit

Permalink
Remove extra linebreak in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Aug 18, 2023
1 parent f32d065 commit cafa806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/container/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ RUN set -eux; \
wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
| tar -C /usr/local -xz


ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH

Expand Down

0 comments on commit cafa806

Please sign in to comment.