feat: Added SSL libs to base image
All checks were successful
Build and Push Dev Containers / build (push) Successful in 6m50s

This commit is contained in:
2025-11-02 15:25:06 +00:00
parent 964824589f
commit b4165c5d39

View File

@@ -5,8 +5,10 @@ RUN apk add --no-cache \
curl \
helix \
shadow \
openssl \
pkgconfig \
openssl-dev \
pkgconf \
build-base \
ca-certificates
RUN chsh -s /bin/bash
RUN mkdir /app