Archived
11
0
This repository has been archived on 2025-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
openvpn/Dockerfile
2023-08-24 20:51:44 +03:00

4 lines
62 B
Docker

FROM alpine:latest
RUN apk add openvpn
ENTRYPOINT ["openvpn"]