Skip to content

Commit

Permalink
steamruntime probably needs pip too.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Apr 28, 2024
1 parent 6359a0c commit 01495f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naev-steamruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV IMAGE_NAME "naev-steamruntime"
# Install pip from steam/debian repositories.
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
# 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.
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo && \
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo python3-pip && \
apt-get clean && \
# Need Meson >=1.2.0 for fancy wrap files.
python3 -m pip install meson --upgrade && \
Expand Down

0 comments on commit 01495f1

Please sign in to comment.