Skip to content

Fixes for Docker build

Micah Elizabeth Scott requested to merge beth/onionmasq:mr-docker-fix into main

I ran into trouble with the Dockerfile due to what seems to be a minor Debian bug in the openjdk packages.

There is a very easy workaround (one "mkdir -p") and I've included that as its own commit in the stack. I also included some tidying up that I thought to do while I was in the area. If any of that is a problem I'm happy to split this into smaller merge requests.

With this change, I can successfully build the container image locally, and then use that image to build a working APK of the onionmasq example app. APK tested in the Android emulator, using Wireshark to verify the VPN is working as expected.

Merge request reports