Skip to content

Commit 70eb220

Browse files
committed
Fix dockerfile
1 parent b1ed99d commit 70eb220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

support/docker/production/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ARG ALREADY_BUILT=0
55
# Install dependencies
66
RUN apt update \
77
&& 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
8+
# We must install recommended packages
9+
&& apt install -y va-driver-all \
910
&& gosu nobody true \
1011
&& rm /var/lib/apt/lists/* -fR
1112

0 commit comments

Comments
 (0)