beremiz
Clone
Summary
Browse
Changes
Graph
pythonw is used on OSX
python3
2022-11-09, GP Orcullo
a26453d1c54d
file is
Executable
pythonw is used on OSX
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .