Add zlib to output container

This commit is contained in:
2023-01-16 16:17:33 -07:00
parent b2f5a57242
commit 719b4f3914
+3
View File
@@ -21,5 +21,8 @@ RUN make -Cbuild -j$(grep -c ^processor /proc/cpuinfo)
RUN make -Cbuild install
FROM debian:bullseye-slim
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y \
zlib1g-dev
COPY --from=builder /usr/local/pvpgn /usr/local/pvpgn
ENTRYPOINT ["/usr/local/pvpgn/sbin/bnetd", "-D"]