beremiz
Clone
Summary
Browse
Changes
Graph
docs: add additional dependencies to installation instructions
2022-09-01, v.petrov
2bec3d8a9d01
file is
Executable
docs: add additional dependencies to installation instructions
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER