diff --git a/Dockerfile b/Dockerfile index 03da9e6..8314114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN curl -fsSL https://get.opentofu.org/opentofu.gpg -o opentofu.gpg && \ rm -rf opentofu.tar.gz opentofu.tar.gz.gpgsig opentofu.gpg /tmp/* /var/tmp/* RUN apt-get update && \ - apt-get install --no-install-recommends -y curl sudo make && \ + apt-get install --no-install-recommends -y curl make && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*