Update Dockerfile

This commit is contained in:
Jon Eugster
2023-09-10 23:02:58 +02:00
committed by GitHub
parent aa93405d16
commit f95daff355

View File

@@ -7,8 +7,8 @@ FROM ubuntu:22.04
USER root
RUN apt-get update
RUN apt-get install sudo git curl git bash-completion python3 -y
RUN apt-get install gcc npm
RUN apt-get --assume-yes install sudo git curl git bash-completion python3 -y
RUN apt-get --assume-yes install gcc npm
RUN apt-get clean
RUN useradd -l -u 33333 -G sudo -md /home/gitpod -s /bin/bash -p gitpod gitpod \