This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG BASE_IMAGE_TAG=ubuntu-22.04
|
||||
ARG BASE_IMAGE_TAG=ubuntu-24.04
|
||||
|
||||
FROM gitea/runner-images:${BASE_IMAGE_TAG}
|
||||
|
||||
@@ -32,7 +32,7 @@ RUN apt-get update && \
|
||||
cmake \
|
||||
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
|
||||
golang-1.23 && \
|
||||
pip3 install makelove && \
|
||||
pip3 install --break-system-packages makelove && \
|
||||
luarocks install tl
|
||||
|
||||
ENV PATH="/usr/lib/go-1.23/bin/:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user