We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70065e commit 2ab9e42Copy full SHA for 2ab9e42
Dockerfile
@@ -12,7 +12,7 @@ RUN cp -r /app/zoKratesv0.8.8 /app/zoKrates
12
FROM ubuntu:24.10
13
ENV USERNAME="app"
14
WORKDIR /app
15
-# Install NodeJs
+# Install NodeJs
16
RUN apt-get update && \
17
apt-get install -y netcat-traditional curl && \
18
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
0 commit comments