Skip to content

Commit a7626a9

Browse files
bishtawifedirz
authored andcommitted
Add ca-certificates to Dockerfile
1 parent 7dc79cc commit a7626a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="MIT"
66
# `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
77
# hadolint ignore=DL3008
88
RUN apt-get update && \
9-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends curl ffmpeg && \
9+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl ffmpeg && \
1010
apt-get clean && \
1111
rm -rf /var/lib/apt/lists/*
1212
# "ubuntu" is the default user on ubuntu images with UID=1000. This user is used for two reasons:

0 commit comments

Comments
 (0)