WHY OPENSSL
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m10s Details
Build image / build (push) Successful in 33m45s Details

This commit is contained in:
Alie 2024-02-23 19:44:31 +01:00
parent be94287518
commit c085ce9bf1
1 changed files with 1 additions and 0 deletions

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