We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0c0e0 commit 8b9e28bCopy full SHA for 8b9e28b
1 file changed
Dockerfile
@@ -126,7 +126,7 @@ RUN chown -R $UID:$GID /app $HOME
126
# Install common system dependencies
127
RUN apt-get update && \
128
apt-get install -y --no-install-recommends \
129
- git build-essential pandoc gcc netcat-openbsd curl jq \
+ git build-essential pandoc gcc netcat-openbsd curl jq ca-certificates \
130
libmariadb-dev \
131
python3-dev \
132
ffmpeg libsm6 libxext6 zstd \
0 commit comments