Skip to content

Commit

Permalink
feat: add nodejs to kayobe image
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss committed Feb 7, 2025
1 parent e0715da commit eb82e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN dnf install epel-release -y && \
libffi-devel sudo which openssh-server e2fsprogs \
diffstat diffutils debootstrap procps-ng gdisk util-linux \
dosfstools lvm2 kpartx systemd-udev bash-completion rsync \
python3-libselinux jq && \
python3-libselinux jq nodejs && \
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
dnf install -y python3 python3-pip iproute ; else \
dnf install -y python3-virtualenv ; fi && \
Expand Down

0 comments on commit eb82e2b

Please sign in to comment.