mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 12:28:15 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b676e5245c |
@ -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
|
||||
|
@ -1 +1 @@
|
||||
3.1.10
|
||||
3.1.11
|
Reference in New Issue
Block a user