beremiz
Clone
Summary
Browse
Changes
Graph
tests/tools: move comment and remove dead code in Dockerfile
wxPython4
2022-12-15, Edouard Tisserant
12b6add87876
file is
Executable
tests/tools: move comment and remove dead code in Dockerfile
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .