diff --git a/Dockerfile b/Dockerfile index 0fda722..5fe7748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/version.txt b/version.txt index edcc0e5..c48ab2b 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.10 \ No newline at end of file +3.1.11 \ No newline at end of file