Use -dev version of libturbojpeg in dockerfiles

This commit is contained in:
Alexandre Esteves
2026-01-04 22:01:30 +00:00
parent c376add7dd
commit 325111cfb7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -48,7 +48,7 @@ RUN apt-get update && \
python3-venv \
xz-utils \
unzip \
libturbojpeg \
libturbojpeg-dev \
pkgconf &&\
ln -s /bin/fusermount /bin/fusermount3 || :