Adding missing dependencies

This commit is contained in:
Alejandro Lembke Barrientos 2023-11-10 00:41:55 +00:00
parent fb431da060
commit 168b82ba1c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ ARG RUNNER_VERSION="2.311.0"
# update the base packages, add a non-sudo user, and install Xvfb
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y xvfb libglib2.0-0 && \
apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb && \
useradd -m docker && \
echo 'docker ALL=(ALL) NOPASSWD:ALL' | tee -a /etc/sudoers

View File

@ -1,3 +1,3 @@
# Docker Github Action Runner
## Version 1.0.7
## Version 1.0.8