TASK: added missing tools

This commit is contained in:
AsP3X 2022-07-26 15:50:56 +02:00
parent c55fc69b87
commit a137a6fc15

View File

@ -10,6 +10,16 @@ LABEL maintainer="aptalca"
# environment settings # environment settings
ENV HOME="/config" ENV HOME="/config"
RUN apt clean && apt update && apt upgrade -y
RUN apt install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
RUN apt install nano wget htop curl git zip unzip -y
RUN \ RUN \
echo "**** install node repo ****" && \ echo "**** install node repo ****" && \
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \