Add the libglpk40 package.

This commit is contained in:
Andrea Dell'Amico 2024-04-17 19:41:53 +02:00
parent dbe85ffbb3
commit 19d10a1d6d
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND noninteractive
# libraptor2-dev : Depends: libcurl4-gnutls-dev but it is not installable
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
libglpk
libglpk40
RUN mkdir -p /opt/workspace-lib
RUN mkdir /var/log/workspace-lib