~starkingdoms/starkingdoms

ref: 72e0955479292cdd1c8077a1ef739da57b7d28df starkingdoms/server.Dockerfile -rw-r--r-- 231 bytes
72e09554 — c0repwn3r fix the weirdo detaching thing that is a mystery & add deadlock detection 2 years ago
                                                                                
1
2
3
4
5
6
7
FROM ghcr.io/void-linux/void-linux:latest-full-x86_64

RUN xbps-install -S && xbps-install -f base-files && xbps-install -Syyff gcc

COPY target/release/starkingdoms-server /bin/starkingdoms-server

CMD ["/bin/starkingdoms-server"]