Skip to content

Commit

Permalink
chore(docker): Disable pointless asset embeding in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 28, 2024
1 parent c616286 commit ef07361
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ RUN build-aux/docker-bootstrap.sh
ENV RUSTFLAGS="-C linker=clang -C link-arg=-fuse-ld=mold"

RUN ./bootstrap.sh
RUN ./configure --mandir='$prefix}/man' --with-system-lua-sources --without-system-luarocks --without-manual
RUN ./configure \
--disable-embeded-resources \
--with-system-lua-sources \
--without-system-luarocks \
--without-manual
RUN make
RUN make install DESTDIR=/pkgdir

Expand Down

0 comments on commit ef07361

Please sign in to comment.