Skip to content

Commit 298fb34

Browse files
removed annoying space
1 parent 8c7cefc commit 298fb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH:-amd64} go build -
1414

1515
FROM debian:bookworm-slim@sha256:67b30a61dc87758f0caf819646104f29ecbda97d920aaf5edc834128ac8493d3
1616

17-
RUN apt-get update && apt-get install -y --no-install-recommends bash iptables iproute2 procps iputils-ping dnsutils && rm -rf /var/lib/apt/lists/*
17+
RUN apt-get update && apt-get install -y --no-install-recommends bash iptables iproute2 procps iputils-ping dnsutils && rm -rf /var/lib/apt/lists/*
1818

1919
COPY --from=builder /app/gohpts /usr/local/bin/gohpts
2020

0 commit comments

Comments
 (0)