The Wayback Machine - https://web.archive.org/web/20201205074206/https://github.com/kylemanna/docker-openvpn/pull/461
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tzdata and python2 apks #461

Open
wants to merge 2 commits into
base: master
from
Open

Conversation

@PaulPrime
Copy link

@PaulPrime PaulPrime commented Mar 5, 2019

  • tzdata is needed for the time zone change in docker to work. I'm using path mount: -v /etc/localtime:/etc/localtime:ro to set the time zone from the host. But without installing tzdata in docker this change is not applied.

  • python2 is needed for the Duo Authenticator plugin to work inside the container - https://duo.com/docs/openvpn. I was able to build it once with additional packages: make gcc musl-dev using the documentation from the mentioned website and save it in the /etc/openvpn/duo directory. The problem is though each time I'm rebuilding docker image it's missing python2 package which is required for this plugin to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.