beremiz
Clone
Summary
Browse
Changes
Graph
PLCOpen editor: fix exception when using file open dialog
18 months ago, Edouard Tisserant
f273ee835411
file is
Executable
PLCOpen editor: fix exception when using file open dialog
Consequence of wxPython 3 to 4 API changes.
#!/bin/bash
set -e
echo "Building docker image"
cp -f ../../../requirements.txt requirements.txt
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .