tests/tools/Docker/beremiz-sikuli/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 21 Oct 2022 16:26:35 +0200
branchwxPython4
changeset 3639 6c7e8e8c6bc5
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
IDE: fix action block editor's GridCellEditor. Consequence of wxPython4 bump.
#!/bin/bash

CONTAINER=beremiz_sikuli_current

docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER