Skip to content

Commit

Permalink
Dockerfile: Remove an extra debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 31, 2024
1 parent ffa1389 commit d8d45c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV WEBSOCAT_VERSION=v1.13.0

WORKDIR /app
RUN apk add --no-cache curl upx
RUN echo $(apk --print-arch)

RUN curl -Lo websocat \
https://github.com/vi/websocat/releases/download/$WEBSOCAT_VERSION/websocat.$(apk --print-arch)-unknown-linux-musl \
&& chmod a+x websocat \
Expand Down Expand Up @@ -53,8 +53,6 @@ RUN apk add --no-cache \
wget \
tcpreplay

# RUN /usr/sbin/sysctl -w net.ipv4.ip_forward=0

COPY --from=builder /app/websocat /usr/bin/
COPY --from=builder /app/turncat /usr/bin/

Expand Down

0 comments on commit d8d45c7

Please sign in to comment.