beremiz
Clone
Summary
Browse
Changes
Graph
GCC BUILD: Prevent Memory Error when compiling huge projects.
23 months ago, Edouard Tisserant
69d161fc2e08
file is
Executable
GCC BUILD: Prevent Memory Error when compiling huge projects.
Also deleted dead code.
#!/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 .