chore: update Dockerfile
parent
df42e3b138
commit
b39f68622b
|
@ -3,7 +3,7 @@ FROM rust:1.59.0-slim-bullseye as builder
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libssl-dev=1.1.1k-1+deb11u1 \
|
libssl-dev=1.1.1k-1+deb11u2 \
|
||||||
pkg-config=0.29.2-1
|
pkg-config=0.29.2-1
|
||||||
|
|
||||||
COPY ./ /build
|
COPY ./ /build
|
||||||
|
|
Loading…
Reference in New Issue