diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster index f06a22c00..b3822964d 100644 --- a/support/docker/production/Dockerfile.buster +++ b/support/docker/production/Dockerfile.buster @@ -7,7 +7,7 @@ ARG NPM_RUN_BUILD_OPTS # Install dependencies RUN apt update \ - && apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu \ + && apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu build-essential \ && gosu nobody true \ && rm /var/lib/apt/lists/* -fR