mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 20:38:12 -06:00
Trying to fix entrypoint.sh Updating to version 1.0.8
This commit is contained in:
@ -3,7 +3,6 @@ FROM ubuntu:22.04
|
||||
# Update the package list, install sudo, create a non-root user, and grant password-less sudo permissions
|
||||
RUN apt update
|
||||
RUN apt install -y sudo
|
||||
RUN addgroup nonroot
|
||||
|
||||
RUN sudo apt-get update
|
||||
#Instalando Curl
|
||||
|
Reference in New Issue
Block a user