Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Aug 5, 2021
1 parent a512533 commit 26fe2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG UDP2RAW_URL="https://github.com/wangyu-/udp2raw-tunnel/releases/download/${U

RUN set -eux \
&& apk add --no-cache \
tzdata \
tzdata \
\
&& wget -O udp2raw_binaries.tar.gz ${UDP2RAW_URL} \
&& tar -xzvf udp2raw_binaries.tar.gz udp2raw_amd64 -C /usr/local/bin/ \
Expand Down

0 comments on commit 26fe2d4

Please sign in to comment.