Skip to content

Commit

Permalink
disable debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed May 17, 2024
1 parent 4e82a34 commit 3c7757b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN useradd --create-home --groups wheel builder && \
echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/builder
# disarm systemd
RUN ln -s /usr/bin/true /usr/local/bin/systemctl
# disable debug builds
RUN echo 'OPTIONS=(strip !docs !libtool !staticlibs emptydirs zipman purge !debug lto)' > /etc/makepkg.conf.d/override.conf
COPY ./entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
CMD []

0 comments on commit 3c7757b

Please sign in to comment.