beremiz
Clone
Summary
Browse
Changes
Graph
Tests: cleanup and tidy docker definitions and scripts
wxPython4
2022-11-24, Edouard Tisserant
4058140a8757
file is
Executable
Tests: cleanup and tidy docker definitions and scripts
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .