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