beremiz
Clone
Summary
Browse
Changes
Graph
OSX: use wall time instead of system clock
python3
2022-11-10, GP Orcullo
39480d9d3d3f
file is
Executable
OSX: use wall time instead of system clock
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .