gitpod
This commit is contained in:
@@ -6,7 +6,9 @@ FROM ubuntu:jammy
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get install sudo git curl git bash-completion python3 -y && apt-get clean
|
||||
RUN apt-get update
|
||||
RUN apt-get install sudo git curl git bash-completion python3 -y
|
||||
RUN apt-get clean
|
||||
|
||||
RUN useradd -l -u 33333 -G sudo -md /home/gitpod -s /bin/bash -p gitpod gitpod \
|
||||
# passwordless sudo for users in the 'sudo' group
|
||||
|
||||
Reference in New Issue
Block a user