beremiz
Clone
Summary
Browse
Changes
Graph
Merged default's changes in wxPython4 branch
wxPython4
2022-03-22, Edouard Tisserant
a47d9debb0d9
file is
Executable
Merged default's changes in wxPython4 branch
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .