wfg / docker-openvpn-client

OpenVPN client with killswitch and proxy servers; built on Alpine
MIT License
353 stars 107 forks source link

Use dante package instead of compiling from source #22

Closed dngray closed 3 years ago

dngray commented 3 years ago

We can simplify the Dockerfile by pinning a community repo and installing the dante package from there.

RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.13/community" >> /etc/apk/repositories

RUN apk add --no-cache \
       dante-server

It has 1.4.2r3 which is the same as upstream with some Alpine Linux patches: https://git.alpinelinux.org/aports/tree/community/dante