Some checks failed
Build Global Containers / build-and-push-image (push) Failing after 32s
5 lines
187 B
Docker
5 lines
187 B
Docker
FROM docker.gitea.com/runner-images:ubuntu-24.04
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN apt-get -y update && apt-get -y install build-essentials make ninja cmake git mingw-w64 wget curl |