Update cache config

This commit is contained in:
2022-09-14 21:41:38 +03:00
parent f85b03e9d5
commit fbba087ff3
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ COPY . .
RUN cargo chef prepare --recipe-path recipe.json
FROM chef AS builder
RUN apt-get update \
&& apt-get install -y pkg-config libssl-dev \
&& rm -rf /var/lib/apt/lists/*