We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa1389 commit d8d45c7Copy full SHA for d8d45c7
Dockerfile
@@ -8,7 +8,7 @@ ENV WEBSOCAT_VERSION=v1.13.0
8
9
WORKDIR /app
10
RUN apk add --no-cache curl upx
11
-RUN echo $(apk --print-arch)
+
12
RUN curl -Lo websocat \
13
https://github.com/vi/websocat/releases/download/$WEBSOCAT_VERSION/websocat.$(apk --print-arch)-unknown-linux-musl \
14
&& chmod a+x websocat \
@@ -53,8 +53,6 @@ RUN apk add --no-cache \
53
wget \
54
tcpreplay
55
56
-# RUN /usr/sbin/sysctl -w net.ipv4.ip_forward=0
57
-
58
COPY --from=builder /app/websocat /usr/bin/
59
COPY --from=builder /app/turncat /usr/bin/
60
0 commit comments