podman to compile for debian

This commit is contained in:
Priec
2026-09-02 08:57:57 +02:00
parent b5a7860834
commit 0913d10885
3 changed files with 99 additions and 5 deletions

View File

@@ -48,6 +48,10 @@ RUN node --version \
&& test "$yarn_version" = 1.22.22 \
&& echo "yarn $yarn_version"
RUN apt-get update \
&& apt-get install -y --no-install-recommends lld \
&& rm -rf /var/lib/apt/lists/*
COPY container-build-debian.sh /usr/local/bin/build-komp-ac-debian
RUN chmod 755 /usr/local/bin/build-komp-ac-debian