Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 01495f1

Browse files
committed
steamruntime probably needs pip too.
1 parent 6359a0c commit 01495f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev-steamruntime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV IMAGE_NAME "naev-steamruntime"
4242
# Install pip from steam/debian repositories.
4343
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
4444
# Naughty: we need libluajit-5.1-dev, libglpk-dev and libsuitesparse-dev, not in the SDK.... All are statically linked when building with the steamruntime option in meson set to true. Also, texinfo is an accidental build dependency for libbfd.
45-
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo && \
45+
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo python3-pip && \
4646
apt-get clean && \
4747
# Need Meson >=1.2.0 for fancy wrap files.
4848
python3 -m pip install meson --upgrade && \

0 commit comments

Comments
 (0)