mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-22 10:31:04 -04:00
5 lines
125 B
Docker
5 lines
125 B
Docker
FROM debian:buster-slim
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y make g++ cmake git \
|
|
&& rm -rf /var/lib/apt/lists/*
|