Skip to content

Commit 5fbd3eb

Browse files
authored
Update Dockerfile (#85)
1 parent 1aa422b commit 5fbd3eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:bookworm-slim
22

33
LABEL maintainer="Brett - github.com/brettmayson"
44
LABEL org.opencontainers.image.source=https://github.com/brettmayson/arma3server
@@ -16,6 +16,8 @@ RUN apt-get update \
1616
ca-certificates \
1717
curl \
1818
libstdc++6 \
19+
libssl3 \
20+
libc6 \
1921
git \
2022
&& \
2123
apt-get remove --purge -y \

0 commit comments

Comments
 (0)