Skip to content

Commit

Permalink
chore(dockerfile): Download updated csd-wrapper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 21, 2023
1 parent ad7238b commit 45449c2
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-wrapper.sh https://gitlab.com/openconnect/openconnect/-/raw/master/trojans/csd-wrapper.sh \
&& chmod +x /usr/libexec/openconnect/csd-wrapper.sh

WORKDIR /vpn
COPY ./entrypoint.sh .

Expand Down

0 comments on commit 45449c2

Please sign in to comment.