Compare commits

...

2 Commits

Author SHA1 Message Date
88282d5b99 Update sonar-scanner
Some checks failed
release / release (push) Failing after 9m41s
2025-04-18 14:34:33 +02:00
f379708858 Add qemu-user 2025-04-18 14:33:32 +02:00

View File

@ -18,7 +18,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.title="Gitea Actions runner images customised by Seeseemelk" \ org.opencontainers.image.title="Gitea Actions runner images customised by Seeseemelk" \
org.opencontainers.image.description="Docker images used by act_runner to run workflows." org.opencontainers.image.description="Docker images used by act_runner to run workflows."
RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610.zip && \ RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.1.0.4889.zip && \
unzip sonar.zip && \ unzip sonar.zip && \
mkdir /sonar && \ mkdir /sonar && \
mv sonar-scanner-*/* /sonar && \ mv sonar-scanner-*/* /sonar && \
@ -31,6 +31,7 @@ RUN apt-get update && \
luarocks \ luarocks \
cmake \ cmake \
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \ libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
qemu-user qemu-user-binfmt && \
golang-1.23 && \ golang-1.23 && \
pip3 install --break-system-packages makelove && \ pip3 install --break-system-packages makelove && \
luarocks install tl luarocks install tl