gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ops-www] branch master updated: ci: put nodejs, npm, and pn


From: gnunet
Subject: [taler-taler-ops-www] branch master updated: ci: put nodejs, npm, and pnpm in container
Date: Mon, 04 Mar 2024 14:24:32 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository taler-ops-www.

The following commit(s) were added to refs/heads/master by this push:
     new b5f30db  ci: put nodejs, npm, and pnpm in container
b5f30db is described below

commit b5f30db2b71e9a4c7ec15a8f0192419bc9a58e55
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Mar 4 08:24:01 2024 -0500

    ci: put nodejs, npm, and pnpm in container
---
 contrib/ci/Containerfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 36c95a7..be4f27e 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -1,4 +1,4 @@
-FROM docker.io/library/debian:bookworm-slim
+FROM docker.io/library/node:18-slim
 
 ENV DEBIAN_FRONTEND=noninteractive
 
@@ -7,6 +7,7 @@ RUN apt-get update -yqq && \
                    make \
                   gettext \
                   git \
+                  ca-certificates \
                    python3-jinja2 \
                   python3-ruamel.yaml \
                   python3-distutils \
@@ -14,6 +15,8 @@ RUN apt-get update -yqq && \
                   python3-bs4 \
    && rm -rf /var/lib/apt/lists/*
 
+RUN npm install -g pnpm
+
 WORKDIR /workdir
 
 CMD ["/bin/bash"]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]