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
Choose a base branch
from
Open

Adding tzdata and python2 apks #461

wants to merge 2 commits into from

Conversation

PaulPrime
Copy link

  • 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant