Archived
11
0
This repository has been archived on 2025-07-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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"]