docker: Update SDK base and install libjson-perl.

This commit is contained in:
Arkadiusz Hiler 2025-03-17 09:45:36 +02:00
parent 9fdc470c3a
commit 00f751f7ee
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
STEAMRT_VERSION = 0.20240307.80401
STEAMRT_VERSION = 3.0.20250210.116596
STEAMRT_URLBASE = registry.gitlab.steamos.cloud
PROTONSDK_URLBASE = $(STEAMRT_URLBASE)/proton/sniper/sdk

View File

@ -64,6 +64,7 @@ RUN apt-get install -y \
libcapstone-dev \
libcapstone-dev:i386 \
libutfcpp-dev \
libjson-perl \
yasm \
nasm \
&& rm -rf /opt/usr/share/doc /opt/usr/share/info /opt/usr/share/man \