Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Alie | c085ce9bf1 | |
Alie | be94287518 | |
Alie | 49c4a11434 |
|
@ -42,6 +42,7 @@ EOF
|
|||
# (e.g., debian@sha256:ac707220fbd7b67fc19b112cee8170b41a9e97f703f588b2cdbbcdcecdd8af57).
|
||||
FROM debian:bullseye-slim AS final
|
||||
WORKDIR /app
|
||||
RUN apt update && apt install pkg-config openssl libssl-dev curl -y
|
||||
# Create a non-privileged user that the app will run under.
|
||||
# See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user
|
||||
ARG UID=10001
|
||||
|
|
Loading…
Reference in New Issue