"I've been using rei3 for myself for a while. Now I want to show rei3 to some colleagues at work.
I'm trying to install rei3 on another Linux system, Mint Linux Mint version 22.1, which is the one I use myself.
However, I'm getting the an error message. I see that Ubuntu 24.10 is being used, don't think that version is still supported. Is that the cause?"
[+] Building 56.3s (6/9)
=> [internal] load local bake definitions 0.0s
=> => reading from stdin 734B 0.0s
=> CACHED [internal] load git source https://github.com/r3-team/r3_docker.git#main 42.0s
=> [internal] load metadata for docker.io/library/ubuntu:24.10 10.9s
=> CACHED [1/5] FROM docker.io/library/ubuntu:24.10@sha256:cdf755952ed117f6126ff4e65810bf93767d4c38f5c7185b50ec1f1078b464cc 0.0s
=> CANCELED [4/5] ADD https://rei3.de/downloads/REI3_3.11.2_x64_linux.tar.gz . 3.3s
=> ERROR [2/5] RUN bash -c 'mkdir -p /opt/r3/data/{certificates,files,temp,transfer}' && apt-get update && apt-get install imagemagick ghostscript postgresql-client ca-certificates -y && update-ca-certificates && if [ -f /etc/ 3.3s
16 | # * Enable PDF processing for ImageMagick
17 | >>> RUN bash -c 'mkdir -p /opt/r3/data/{certificates,files,temp,transfer}' \
18 | >>> && apt-get update \
19 | >>> && apt-get install imagemagick ghostscript postgresql-client ca-certificates -y \
20 | >>> && update-ca-certificates \
21 | >>> && if [ -f $im_policy ] ; then sed -i 's/<policy domain="coder" rights="none" pattern="PDF" \/>/<policy domain="coder" rights="read|write" pattern="PDF" \/>/g' $im_policy ; else echo no file $im_policy ; fi
22 |
failed to solve: process "/bin/sh -c bash -c 'mkdir -p /opt/r3/data/{certificates,files,temp,transfer}' \t&& apt-get update \t&& apt-get install imagemagick ghostscript postgresql-client ca-certificates -y \t&& update-ca-certificates \t&& if [ -f $im_policy ] ; then sed -i 's/<policy domain=\"coder\" rights=\"none\" pattern=\"PDF\" \/>/<policy domain=\"coder\" rights=\"read|write\" pattern=\"PDF\" \/>/g' $im_policy ; else echo no file $im_policy ; fi" did not complete successfully: exit code: 100