Philipp Hörist pushed to branch master at gajim / gajim
Commits: 4d6171b2 by lovetox at 2021-12-19T11:25:18+01:00 Docker: Install nodejs and npm - - - - - 1 changed file: - docker/Dockerfile Changes: ===================================== docker/Dockerfile ===================================== @@ -9,6 +9,8 @@ RUN apt-get install -y libgirepository1.0-dev RUN apt-get install -y gir1.2-gtk-3.0 RUN apt-get install -y gir1.2-soup-2.4 RUN apt-get install -y gettext +RUN apt-get install -y nodejs +RUN apt-get install -y npm RUN adduser --disabled-password worker WORKDIR /home/worker View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/4d6171b2582ffd9fce9e4882c1eef900877be336 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/4d6171b2582ffd9fce9e4882c1eef900877be336 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
