Skip to content
Snippets Groups Projects

update gitpod configuration

Open George Adrian Stoica requested to merge georgeas-main-patch-73750 into main
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
FROM gitpod/workspace-full-vnc
USER root
RUN apt-get update && apt-get install -y matchbox && apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
USER gitpod
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
Loading