beremiz
Clone
Summary
Browse
Changes
Graph
Fix blind replace ('text' into 'str') from py3 port
2023-12-09, Edouard Tisserant
a6e7dd8bac36
file is
Executable
Fix blind replace ('text' into 'str') from py3 port
#!/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 .