1
0
Files
hs.hsadmin.ng/Jenkins/agent/Dockerfile
Michael Hoennig ad1537b856 containerized Jenkins (#179)
Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/179
Reviewed-by: Timotheus Pokorra <timotheus.pokorra@hostsharing.net>
2025-06-18 13:51:38 +02:00

10 lines
222 B
Docker

FROM eclipse-temurin:21-jdk
RUN apt-get update && \
apt-get install -y \
postgresql-client \
bind9-utils \
docker.io \
pandoc && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*