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

Commit 2f077f6

Browse files
naev-steamruntime: Ensure bindgen makes it to the final image
1 parent bf67fd0 commit 2f077f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

naev-steamruntime/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN curl -L -O https://github.com/adah1972/libunibreak/releases/download/libunib
3030
RUN apt-get -y install \
3131
autoconf \
3232
automake \
33-
bindgen \
3433
build-essential \
3534
cmake \
3635
git-core \
@@ -107,6 +106,8 @@ ENV IMAGE_NAME "naev-steamruntime"
107106
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip \
108107
# Install runtime dependencies for luarocks
109108
lua5.4 \
109+
# Install bindgen for building naev
110+
bindgen \
110111
# 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.
111112
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo && \
112113
apt-get clean && \

0 commit comments

Comments
 (0)