Skip to content
Snippets Groups Projects
Verified Commit 133bb119 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix digest

parent 28672d8c
Branches
No related tags found
Loading
Checking pipeline status
FROM python:3.11.4-alpine3.18@sha256:0a56f24afa1fc7f518aa690cb8c7be661225e40b157d9bb8c6ef402164d9faa7 FROM python:3.11.4-alpine3.18@sha256:25df32b602118dab046b58f0fe920e3301da0727b5b07430c8bcd4b139627fdc
COPY ./requirements.txt /app/requirements.txt COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt && \ RUN pip install --no-cache-dir -r /app/requirements.txt && \
apk add --no-cache --virtual font-dejavu apk add --no-cache --virtual font-dejavu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment