Skip to content

Commit

Permalink
Merge pull request #15979 from ksuderman/build-container-with-nodejs
Browse files Browse the repository at this point in the history
Build container with nodejs
  • Loading branch information
afgane committed Apr 24, 2023
2 parents 6f7def1 + cd0e7fe commit f11e4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .k8s_ci.Dockerfile
Expand Up @@ -155,6 +155,7 @@ RUN set -xe; \
less \
bzip2 \
tini \
nodejs \
&& update-alternatives --install /usr/bin/nano nano /bin/nano-tiny 0 \
&& update-alternatives --install /usr/bin/vim vim /usr/bin/vim.tiny 0 \
&& echo "set nocompatible\nset backspace=indent,eol,start" >> /usr/share/vim/vimrc.tiny \
Expand Down

0 comments on commit f11e4fa

Please sign in to comment.