Skip to content
Snippets Groups Projects
Commit bc82e31d authored by Jan Hartig's avatar Jan Hartig
Browse files

Update openssl / libssl1.1 / ca-certificates

parent 3d5922ff
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,15 @@ RUN python3 -c "import faster_whisper; faster_whisper.download_model('large-v2')
# Actual container starts here
FROM base
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
libssl1.1 \
openssl \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# Copy model
COPY --from=downloader /hf /hf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment