We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc79cc commit a7626a9Copy full SHA for a7626a9
Dockerfile
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="MIT"
6
# `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
7
# hadolint ignore=DL3008
8
RUN apt-get update && \
9
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends curl ffmpeg && \
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl ffmpeg && \
10
apt-get clean && \
11
rm -rf /var/lib/apt/lists/*
12
# "ubuntu" is the default user on ubuntu images with UID=1000. This user is used for two reasons:
0 commit comments