Add necessary packages

main
Gerard Braad 2023-06-17 06:39:38 +00:00
parent 58a44349a4
commit cf561561e3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN useradd -l -u 33333 -G wheel -md /home/gitpod -s /usr/bin/zsh -p gitpod gitp
RUN dnf install -y \
docker cockpit \
make npm \
&& dnf clean all \
&& rm -rf /var/cache/yum