beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Fix dockerfile not finding locales.
2023-01-01, etisserant
961903c0b76d
file is
Executable
Tests: Fix dockerfile not finding locales.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .