Compare commits
No commits in common. "88282d5b990dcfe2e57e44d35059a13bea79b451" and "93ddda03630b04fbc97d6f10b8a279bfc7f8e149" have entirely different histories.
88282d5b99
...
93ddda0363
@ -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.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-7.1.0.4889.zip && \
|
||||
RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610.zip && \
|
||||
unzip sonar.zip && \
|
||||
mkdir /sonar && \
|
||||
mv sonar-scanner-*/* /sonar && \
|
||||
@ -31,7 +31,6 @@ RUN apt-get update && \
|
||||
luarocks \
|
||||
cmake \
|
||||
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 && \
|
||||
pip3 install --break-system-packages makelove && \
|
||||
luarocks install tl
|
||||
|
Loading…
x
Reference in New Issue
Block a user