Move OpenVPN and StrongSwan entrypoint to separate Docker images

This commit is contained in:
2021-06-02 15:44:19 +03:00
parent f5024edaec
commit a42db0219c
11 changed files with 171 additions and 258 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as base
FROM ubuntu:20.04
ENV container docker
ENV PYTHONUNBUFFERED=1
ENV LC_ALL C.UTF-8