Skip to content

Commit

Permalink
add 'gosu' to be installed, needed for better fix of webrecorder/brow…
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Mar 21, 2024
1 parent 1d78bae commit 5806108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 5806108

Please sign in to comment.