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
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER