Skip to content

Commit d8d45c7

Browse files
committed
Dockerfile: Remove an extra debug step
1 parent ffa1389 commit d8d45c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV WEBSOCAT_VERSION=v1.13.0
88

99
WORKDIR /app
1010
RUN apk add --no-cache curl upx
11-
RUN echo $(apk --print-arch)
11+
1212
RUN curl -Lo websocat \
1313
https://github.com/vi/websocat/releases/download/$WEBSOCAT_VERSION/websocat.$(apk --print-arch)-unknown-linux-musl \
1414
&& chmod a+x websocat \
@@ -53,8 +53,6 @@ RUN apk add --no-cache \
5353
wget \
5454
tcpreplay
5555

56-
# RUN /usr/sbin/sysctl -w net.ipv4.ip_forward=0
57-
5856
COPY --from=builder /app/websocat /usr/bin/
5957
COPY --from=builder /app/turncat /usr/bin/
6058

0 commit comments

Comments
 (0)