Dockerfile: add missing liblzma-dev for which PC Engines build complain

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
This commit is contained in:
Piotr Król
2025-05-12 10:27:42 +02:00
committed by Michał Żygowski
parent 018494b9e6
commit 51f5a8410a
+1
View File
@@ -123,6 +123,7 @@ RUN \
libc6-dev \
libnss3-dev \
libssl-dev \
liblzma-dev \
pkg-config \
python-is-python3 \
python3 \