Skip to content

Commit

Permalink
Dockerfile: Fix formatting
Browse files Browse the repository at this point in the history
Apply auto-formatting to Dockerfile.

Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd committed Sep 29, 2023
1 parent 30f6bc6 commit ccfa5a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hack/Dockerfile.golang
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ FROM base-${TARGETARCH}
ARG TARGETARCH
ARG GO_VERSION
RUN tar -C /usr/local -xzf go${GO_VERSION}.linux-${TARGETARCH}.tar.gz && \
rm go${GO_VERSION}.linux-${TARGETARCH}.tar.gz
rm go${GO_VERSION}.linux-${TARGETARCH}.tar.gz

# install cgo-related dependencies
RUN set -eux; \
dnf install -y \
g++ \
gcc \
glibc-devel \
make \
pkg-config \
g++ \
gcc \
glibc-devel \
make \
pkg-config \
; \
dnf clean all

Expand Down

0 comments on commit ccfa5a4

Please sign in to comment.