Some checks failed
Build and Deploy / build-macos (push) Failing after 29s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
34 lines
677 B
Docker
34 lines
677 B
Docker
FROM ubuntu:plucky
|
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
python3 python3-pip \
|
|
libasound2-dev \
|
|
libpulse-dev \
|
|
libudev-dev \
|
|
libwayland-dev \
|
|
wayland-protocols \
|
|
libxkbcommon-dev \
|
|
libx11-dev \
|
|
libxext-dev \
|
|
libxrandr-dev \
|
|
libxcursor-dev \
|
|
libxi-dev \
|
|
libxinerama-dev \
|
|
libxss-dev \
|
|
libegl1-mesa-dev \
|
|
libgl1-mesa-dev \
|
|
cmake \
|
|
ninja-build \
|
|
git \
|
|
build-essential \
|
|
binutils \
|
|
mold \
|
|
pkg-config \
|
|
meson \
|
|
ccache \
|
|
mingw-w64 \
|
|
wine \
|
|
libmimalloc-dev \
|
|
npm nodejs zip
|
|
|
|
RUN apt-get install -y libunwind-dev libblas-dev liblapacke-dev |