Skip to content

Instantly share code, notes, and snippets.

@kumar-de
Last active April 19, 2020 21:02
Show Gist options
  • Save kumar-de/cc654379dc06f9de84b35c8c702cb852 to your computer and use it in GitHub Desktop.
Save kumar-de/cc654379dc06f9de84b35c8c702cb852 to your computer and use it in GitHub Desktop.
Preparation of Alpine-based docker containers to run freeopcua's minimal client #alpine #opcua #docker
apk add python wget py-pip python-dev gcc musl-dev libxml2-dev libxslt-dev

echo "Installing opcua via pip may take longer than expected..."

pip install setuptools opcua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment