first commit

This commit is contained in:
2025-07-28 18:37:53 +02:00
commit 191b044ff3
7 changed files with 446 additions and 0 deletions

14
Dockerfile.semaphore Normal file
View File

@@ -0,0 +1,14 @@
FROM semaphoreui/semaphore:v2.15.4
USER root
LABEL maintainer="y.m.lima19@gmail.com"
# Update apk and install Python and necessary Python packages
# RUN apk update && \
# apk add --no-cache python3 py3-pip \
# py3-requests py3-python-dateutil
# # Clean up APK cache
# RUN rm -rf /var/cache/apk/*
RUN echo "Python3, requests, and python-dateutil installed via apk"