Archived
1
0
Fork 0

Add missing libjpeg62-turbo dependency

This commit is contained in:
Daniel Kempkens 2022-07-15 21:57:57 +02:00
parent afe172ffcb
commit 6ba14a5b7f

View file

@ -15,6 +15,7 @@ RUN apt-get update -qq -y &&\
build-essential \
unzip \
wget \
libjpeg62-turbo-dev \
zlib1g-dev \
-qq -y --no-install-recommends &&\
rm -rf /var/lib/apt/lists/*
@ -60,6 +61,7 @@ RUN apt-get update -qq -y &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y \
libusb-1.0-0 \
zlib1g \
libjpeg62-turbo \
gosu \
busybox-syslogd \
tzdata \