From d8a4ace11d1a1c2f34ac3fcba20f408a2dd8c218 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Sat, 7 Jun 2025 07:17:08 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a33825..f9e9506 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:bookworm-slim LABEL maintainer="Brett - github.com/brettmayson" LABEL org.opencontainers.image.source=https://github.com/brettmayson/arma3server @@ -15,6 +15,8 @@ RUN apt-get update \ ca-certificates \ curl \ libstdc++6 \ + libssl3 \ + libc6 \ && \ apt-get remove --purge -y \ && \