New: Add libnss3
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m48s

This commit is contained in:
2026-04-18 15:18:01 +02:00
parent c6eaa45b62
commit 4336a4f40d

View File

@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install curl -y
RUN apt-get install curl libnss3 -y
RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
RUN useradd -m runner