We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa422b commit 5fbd3ebCopy full SHA for 5fbd3eb
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
2
3
LABEL maintainer="Brett - github.com/brettmayson"
4
LABEL org.opencontainers.image.source=https://github.com/brettmayson/arma3server
@@ -16,6 +16,8 @@ RUN apt-get update \
16
ca-certificates \
17
curl \
18
libstdc++6 \
19
+ libssl3 \
20
+ libc6 \
21
git \
22
&& \
23
apt-get remove --purge -y \
0 commit comments