mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
6 lines
250 B
Docker
6 lines
250 B
Docker
FROM ubuntu:jammy
|
|
|
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|
&& apt-get -y install --no-install-recommends git libsdl2-dev libopenal-dev libwxgtk3.0-gtk3-dev \
|
|
libpcap-dev cmake ninja-build build-essential ca-certificates
|