좀 고치기
This commit is contained in:
parent
55f1cdf1bf
commit
67be00e8eb
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ FROM rust:slim as builder
|
|||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update && apt-get install -y pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
|
||||
RUN cargo build --release
|
||||
|
||||
FROM debian:13-slim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue