beremiz
Clone
Summary
Browse
Changes
Graph
tests: opcua_client test project is not meant to be encrypted.
wxPython4
2022-09-14, Edouard Tisserant
369c3edc1a65
file is
Executable
tests: opcua_client test project is not meant to be encrypted.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .