Trying to fix build errors. Updating to version 3.1.11

This commit is contained in:
Alejandro Lembke Barrientos 2024-09-10 14:40:24 -06:00
parent aa71cb3be5
commit b676e5245c
No known key found for this signature in database
GPG Key ID: CF56F422A61141DD
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ FROM ubuntu:22.04
# Configurar debconf para que use una interfaz no interactiva
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
# Update the package list, install sudo, create a non-root user, and grant password-less sudo permissions
RUN apt update && apt install -y sudo

View File

@ -1 +1 @@
3.1.10
3.1.11