tests/tools/Docker/beremiz-sikuli/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 13 Sep 2022 10:11:25 +0200
branchwxPython4
changeset 3590 09dad7f00c36
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
IDE: fix wxPython 3->4 API change leading to exception in type selection menu in CodeFileEditor
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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