From 3a8440f114e876169f4c303bff9c361c145c7bb3 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 20 Mar 2024 22:50:38 -0700 Subject: [PATCH] add 'gosu' to be installed, needed for better fix of webrecorder/browsertrix-crawler#502 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3be78b9..9d1de8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula sele RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-properties-common \ && apt-get update -y \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qqy build-essential locales-all redis-server apt-transport-https \ - curl git socat jq xvfb x11vnc gpg gpg-agent ca-certificates libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \ + curl git socat jq xvfb x11vnc gosu gpg gpg-agent ca-certificates libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \ libxkbcommon0 libxcomposite1 libxdamage1 libxrandr2 libgbm1 libpango-1.0-0 libcairo2 libasound2 libgtk-3-0 \ libxtst6 xdg-utils libc-bin hicolor-icon-theme python3-pip python3-dev \ fonts-arphic-ukai fonts-arphic-uming fonts-freefont-ttf fonts-gfs-neohellenic fonts-indic fonts-ipafont-mincho fonts-ipafont-gothic fonts-kacst \