Additional changes needed to run

This commit is contained in:
Nathan Byrd
2023-08-27 19:04:17 -05:00
parent 82c05c6e69
commit 8a6506c475
5 changed files with 41 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ FROM library/node:lts-bookworm
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update \
&& apt install -y --no-install-recommends sudo \
&& apt install -y --no-install-recommends sudo telnet \
&& apt autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& echo "node ALL=(ALL) NOPASSWD: ALL" >/etc/sudoers.d/node \