galig icon indicating copy to clipboard operation
galig copied to clipboard

Building Docker image fails

Open KleinSamuel opened this issue 5 months ago • 0 comments

Hello,

when building the Docker image I get the following error.

Steps to reproduce:

wget https://github.com/AlgoLab/galig/releases/tag/v1.1.7
tar xzvf galig-1.1.7.tar.gz
cd galig-1.1.7/docker/
docker build -t galig .

Part of the log:

[...]
STEP 10/16: RUN git clone --depth=1 --recursive https://github.com/AlgoLab/galig.git
Cloning into 'galig'...
--> 838ce15143da
STEP 11/16: RUN cd galig ; make prerequisites
make[1]: *** No rule to make target 'prerequisites'.  Stop.
make: *** [target.mk:17: /galig/obj] Error 2
Error: building at STEP "RUN cd galig ; make prerequisites": while running runtime: exit status 2

Do I need to use a specific version/tag for this to work?

KleinSamuel avatar Sep 16 '24 13:09 KleinSamuel