generated from nathanwoodburn/python-webserver-template
fix: Add openssl to dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM python:3.13-alpine
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
# Install curl for healthcheck
|
||||
RUN apk add --no-cache curl
|
||||
RUN apk add --no-cache curl openssl
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user