beremiz
Clone
Summary
Browse
Changes
Graph
runtime: fix bugs introduced in previous commit, and refactor some code
wxPython4
2022-08-16, Edouard Tisserant
efdefbad49eb
file is
Executable
runtime: fix bugs introduced in previous commit, and refactor some code
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .