Compare commits
2 Commits
93ddda0363
...
88282d5b99
Author | SHA1 | Date | |
---|---|---|---|
88282d5b99 | |||
f379708858 |
@ -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-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 && \
|
||||
mkdir /sonar && \
|
||||
mv sonar-scanner-*/* /sonar && \
|
||||
@ -31,6 +31,7 @@ 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