Update Dockerfile
This commit is contained in:
parent
1113774c40
commit
a3c71744dc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ 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
|
||||
RUN --mount=type=cache,target=/usr/local/cargo/registry cargo build --release
|
||||
|
||||
FROM debian:13-slim
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue