beremiz
Clone
Summary
Browse
Changes
Graph
IDE: hopefully last fix about float type being passed to WxPy4.
22 months ago, Edouard Tisserant
2ef76b61bf1e
file is
Executable
IDE: hopefully last fix about float type being passed to WxPy4.
#!/bin/bash
set -e
echo "Building docker image"
cp -f ../../../requirements.txt requirements.txt
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .