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 b1ed99d commit 70eb220Copy full SHA for 70eb220
support/docker/production/Dockerfile
@@ -5,7 +5,8 @@ ARG ALREADY_BUILT=0
5
# Install dependencies
6
RUN apt update \
7
&& apt install -y --no-install-recommends openssl ffmpeg python3 python3-pip ca-certificates gnupg gosu build-essential curl git \
8
- && apt install -y va-driver-all \ # needs to install recommends
+ # We must install recommended packages
9
+ && apt install -y va-driver-all \
10
&& gosu nobody true \
11
&& rm /var/lib/apt/lists/* -fR
12
0 commit comments