beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception when re-opening previously closed tab
wxPython4
2022-10-21, Edouard Tisserant
d8dc29dfc344
file is
Executable
IDE: fix exception when re-opening previously closed tab
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .