From 5bceed88c9e12394c29cada02bb72df79965034a Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 26 Feb 2026 19:55:58 +0000 Subject: [PATCH] Fixing pipeline. --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1a1cc4..52aec4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get -y install vim # update the base packages and install Xvfb RUN apt-get update -y && \ apt-get upgrade -y && \ - apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb + apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb # Installing Node.js RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \ @@ -36,7 +36,7 @@ RUN curl -sSL https://get.docker.com/ | sh VOLUME /var/lib/docker #Install Docker Compose -RUN sudo curl -L https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose +RUN sudo curl -L https://github.com/docker/compose/releases/download/v5.1.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose RUN sudo chmod +x /usr/local/bin/docker-compose RUN docker-compose --version #Finishing Installing Docker Compose diff --git a/README.md b/README.md index ea296fd..3c394d8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Ubuntu 22.04 Gitea Runner Worker -## Version 1.2.0 \ No newline at end of file +## Version 1.2.1 \ No newline at end of file