Skip to content

Commit 8b9e28b

Browse files
committed
refac
1 parent 3f0c0e0 commit 8b9e28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN chown -R $UID:$GID /app $HOME
126126
# Install common system dependencies
127127
RUN apt-get update && \
128128
apt-get install -y --no-install-recommends \
129-
git build-essential pandoc gcc netcat-openbsd curl jq \
129+
git build-essential pandoc gcc netcat-openbsd curl jq ca-certificates \
130130
libmariadb-dev \
131131
python3-dev \
132132
ffmpeg libsm6 libxext6 zstd \

0 commit comments

Comments
 (0)