fix: Add curl to container
All checks were successful
Build Docker / Build Image (push) Successful in 49s

This commit is contained in:
2025-05-08 12:47:59 +10:00
parent fd1ba1d059
commit d42dae3263

View File

@@ -10,7 +10,7 @@ COPY . /app
# Add mount point for data volume
# VOLUME /data
RUN apk add git openssl
RUN apk add git openssl curl
ENTRYPOINT ["python3"]
CMD ["server.py"]