Skip to content

Commit

Permalink
chore(dockerfile): Download updated csd-post.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 21, 2023
1 parent ad7238b commit b7e25d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ RUN apk add --no-cache \
openconnect \
xmlstarlet

RUN set -x \
&& wget -O/usr/libexec/openconnect/csd-post.sh https://gitlab.com/openconnect/openconnect/-/raw/master/trojans/csd-post.sh \
&& chmod +x /usr/libexec/openconnect/csd-post.sh

WORKDIR /vpn
COPY ./entrypoint.sh .

Expand Down

0 comments on commit b7e25d3

Please sign in to comment.