]> Repositorios git - scryer-prolog.git/commit
fix Docker image
authorNiklas Gruhn <[email protected]>
Sun, 10 Sep 2023 23:40:05 +0000 (01:40 +0200)
committerNiklas Gruhn <[email protected]>
Sun, 10 Sep 2023 23:46:59 +0000 (01:46 +0200)
commit2b7a8875c0ebda4957b014b74a3709f26b30f1e7
tree4bbe0f3e91918181959a7613538dd55f7126ab91
parentfb658c491825b50f0ea8b80c3a4a5b71928f0504
fix Docker image

The Docker image is broken with the error message:

    scryer-prolog: error while loading shared libraries:
    libssl.so.1.1: cannot open shared object file: No such
    file or directory

We use the base base image `debian:stable-slim` and in the
background a new Debian version was marked stable (bookworm),
which has libssl3 instead of libssl1.1 installed.

I downgraded the base image to the previous stable version
(bullseye), which seems to fix the issue.
Dockerfile