build: add openssl package to Dockerfile dependencies
All checks were successful
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 44s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 12s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 1s

This commit is contained in:
JakkrapartXD 2026-02-10 15:33:05 +07:00
parent c1254520b4
commit ff91df2bd6

View file

@ -7,6 +7,7 @@ RUN apk add --no-cache \
python3 \
make \
g++ \
openssl \
openssl-dev \
libstdc++