We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963b05f commit 0fb48ebCopy full SHA for 0fb48eb
.devcontainer/Dockerfile
@@ -31,7 +31,7 @@ RUN sudo -u aur yay -S --needed --noconfirm zsh easy-zsh-config
31
RUN echo '' >> /etc/skel/.zshrc \
32
&& sed -i -r "s/^(PATH_OF_THE_THEME=).*/\1\/usr\/share\/oh-my-posh\/themes\/stelbent\.minimal\.omp\.json/" /etc/skel/.zshrc
33
34
-RUN sudo -u aur yay -S --needed --noconfirm python python-pip python-setuptools python-pipenv python-pipx nodejs npm npm-check-updates
+RUN sudo -u aur yay -S --needed --noconfirm openssh python python-pip python-setuptools python-pipenv python-pipx nodejs npm npm-check-updates
35
36
# configure python
37
RUN sudo -u aur yay -S --needed --noconfirm python38 python39 python311
0 commit comments