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
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .