XxGunnery
Unexpected crash - Rust crashes after building with libgssapi-krb5 reference
heres the final file
FROM rust:1.71.0-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
openssl \
libpq-dev \
libssl-dev \
pkg-config
WORKDIR /app
COPY . ./
RUN cargo build
ENTRYPOINT ["/app/target/debug/battle-plains-server"]
460 replies