Skip to content

Commit d8a4ace

Browse files
authored
Update Dockerfile
1 parent 0af9030 commit d8a4ace

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
@@ -15,6 +15,8 @@ RUN apt-get update \
1515
ca-certificates \
1616
curl \
1717
libstdc++6 \
18+
libssl3 \
19+
libc6 \
1820
&& \
1921
apt-get remove --purge -y \
2022
&& \

0 commit comments

Comments
 (0)