File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG APP_NAME
14
14
WORKDIR /app
15
15
16
16
# We don't need to clear the apt cache here since it's not used in the final image
17
- RUN apt-get update && apt-get install -y openssl
17
+ RUN apt-get update && apt-get install -y openssl pkg-config
18
18
19
19
# Build the application.
20
20
# Leverage a cache mount to /usr/local/cargo/registry/
41
41
# stage.
42
42
FROM debian:bookworm-slim AS final
43
43
44
- RUN apt-get update && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*
44
+ RUN apt-get update && apt-get install -y openssl pkg-config && rm -rf /var/lib/apt/lists/*
45
45
46
46
# Create a non-privileged user that the app will run under.
47
47
# See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user
You can’t perform that action at this time.
0 commit comments