diff --git a/Dockerfile b/Dockerfile index eb33ab3..224b56a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV NODE_MAJOR=20 # System update and basic tools RUN apt-get update && apt-get install -y \ - gnupg ca-certificates curl sudo && \ + gnupg ca-certificates curl nano && \ rm -rf /var/lib/apt/lists/* # -------------------------------