mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -06:00
Trying to fix build errors. Updating to version 3.1.11
This commit is contained in:
parent
aa71cb3be5
commit
b676e5245c
@ -2,6 +2,7 @@ FROM ubuntu:22.04
|
|||||||
|
|
||||||
# Configurar debconf para que use una interfaz no interactiva
|
# Configurar debconf para que use una interfaz no interactiva
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
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
|
# Update the package list, install sudo, create a non-root user, and grant password-less sudo permissions
|
||||||
RUN apt update && apt install -y sudo
|
RUN apt update && apt install -y sudo
|
||||||
|
@ -1 +1 @@
|
|||||||
3.1.10
|
3.1.11
|
Loading…
Reference in New Issue
Block a user