first commit
This commit is contained in:
14
Dockerfile.semaphore
Normal file
14
Dockerfile.semaphore
Normal 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"
|
||||
Reference in New Issue
Block a user