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

Use archlinux/base as parent image #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

iqqmuT
Copy link

@iqqmuT iqqmuT commented Dec 15, 2018

pritunl/archlinux is no longer maintained so changing the base image.

Pacman got random errors when downloading packages from https://farwayer.keybase.pub/. Changing pacman to use wget as downloader fixed that problem.

Also latest Android SDK Build Tools 28.0.3 added.

Fixes #3

@farwayer
Copy link
Owner

@iqqmuT thank you for PR! What about adding procps-ng? For?

@iqqmuT
Copy link
Author

iqqmuT commented Dec 27, 2018

procps-ng provides sysctl tool which is also pre-installed in pritunl/archlinux image.

I added it because I am using this Docker image with GitLab CI and I wanted to be able to run command

sysctl fs.inotify.max_user_watches=524288

to get around this issue: facebook/watchman#163

However, sysctl is not required, an alternative way to achieve the same result is:

echo 524288 | tee /proc/sys/fs/inotify/max_user_watches

So, do you suggest me to drop procps-ng package away?

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.

pritunl/archlinux no longer maintained
2 participants