Create a dedicated timestamper which use the openssl cli and custom certificates #2
@ -4,6 +4,9 @@ FROM python:3.10-alpine
|
|||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# add required clis
|
||||||
|
RUN apk add --no-cache openssl
|
||||||
|
|
||||||
# Copy requirements.txt to the Docker container
|
# Copy requirements.txt to the Docker container
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user