fix: correct docker environment variable name and remove unnecessary runtime deps
This commit is contained in:
parent
3a6bcbd94d
commit
be49d9d674
2 changed files with 1 additions and 7 deletions
|
|
@ -30,12 +30,6 @@ FROM rust:1.93-slim
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
# Install runtime dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy the binary from builder
|
||||
COPY --from=builder /app/target/debug/normogen-backend /app/normogen-backend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue