Compare commits

...

1 Commits

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