Skip to content

Commit

Permalink
naev-steamruntime: Ensure bindgen makes it to the final image
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Dec 31, 2024
1 parent bf67fd0 commit 2f077f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion naev-steamruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN curl -L -O https://github.com/adah1972/libunibreak/releases/download/libunib
RUN apt-get -y install \
autoconf \
automake \
bindgen \
build-essential \
cmake \
git-core \
Expand Down Expand Up @@ -107,6 +106,8 @@ ENV IMAGE_NAME "naev-steamruntime"
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip \
# Install runtime dependencies for luarocks
lua5.4 \
# Install bindgen for building naev
bindgen \
# 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 && \
apt-get clean && \
Expand Down

0 comments on commit 2f077f6

Please sign in to comment.