beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix image generation from svg script that was deleting to many files on cleanup
wxPython4
2022-07-30, Edouard Tisserant
419f17564583
file is
Executable
IDE: fix image generation from svg script that was deleting to many files on cleanup
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .