From 325111cfb7f5a0270ea5a7bf2531e0b167585ff0 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sun, 4 Jan 2026 22:01:30 +0000 Subject: [PATCH] Use -dev version of libturbojpeg in dockerfiles --- Dockerfile | 2 +- Dockerfile.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f77541273..d3f9df7b58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:${TAG} AS build ### Build stage # Install curl and git and simplex-chat dependencies -RUN apt-get update && apt-get install -y curl git build-essential libgmp3-dev zlib1g-dev llvm-12 llvm-12-dev libnuma-dev libssl-dev libturbojpeg pkgconf +RUN apt-get update && apt-get install -y curl git build-essential libgmp3-dev zlib1g-dev llvm-12 llvm-12-dev libnuma-dev libssl-dev libturbojpeg-dev pkgconf # Specify bootstrap Haskell versions ENV BOOTSTRAP_HASKELL_GHC_VERSION=9.6.3 diff --git a/Dockerfile.build b/Dockerfile.build index 95938d1437..76b93b44be 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -48,7 +48,7 @@ RUN apt-get update && \ python3-venv \ xz-utils \ unzip \ - libturbojpeg \ + libturbojpeg-dev \ pkgconf &&\ ln -s /bin/fusermount /bin/fusermount3 || :