Files
semaphore/Dockerfile.semaphore

14 lines
376 B
Docker

FROM semaphoreui/semaphore:v2.16.32
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"