main #4

Merged
bizcochito merged 4 commits from main into develop 2024-11-29 15:03:12 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 02981fefb3 - Show all commits

View File

@ -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