Skip to content

Commit 0fb48eb

Browse files
committed
chore: add ssh to dockerfile
1 parent 963b05f commit 0fb48eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN sudo -u aur yay -S --needed --noconfirm zsh easy-zsh-config
3131
RUN echo '' >> /etc/skel/.zshrc \
3232
&& sed -i -r "s/^(PATH_OF_THE_THEME=).*/\1\/usr\/share\/oh-my-posh\/themes\/stelbent\.minimal\.omp\.json/" /etc/skel/.zshrc
3333

34-
RUN sudo -u aur yay -S --needed --noconfirm python python-pip python-setuptools python-pipenv python-pipx nodejs npm npm-check-updates
34+
RUN sudo -u aur yay -S --needed --noconfirm openssh python python-pip python-setuptools python-pipenv python-pipx nodejs npm npm-check-updates
3535

3636
# configure python
3737
RUN sudo -u aur yay -S --needed --noconfirm python38 python39 python311

0 commit comments

Comments
 (0)