beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Fix dockerfile for python3
2023-05-30, Edouard Tisserant
56f08ab3a491
file is
Executable
Tests: Fix dockerfile for python3
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER