Page MenuHomeDevCentral

D2924.diff
No OneTemporary

D2924.diff

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -48,7 +48,6 @@
* Version control:
* Git
* Node:
- * Node 9.x
- * PhantomJS
+ * Node 19.x
* node-sass
* Spectacle
diff --git a/jenkins-agent-node/Dockerfile b/jenkins-agent-node/Dockerfile
--- a/jenkins-agent-node/Dockerfile
+++ b/jenkins-agent-node/Dockerfile
@@ -12,12 +12,12 @@
RUN apt-get update && \
apt-get install -y curl unzip git sudo python libssl-dev pkg-config build-essential \
cmake nano vim file wget && \
- curl -sL https://deb.nodesource.com/setup_9.x | bash && \
+ curl -sL https://deb.nodesource.com/setup_19.x | bash - && \
apt-get install -y nodejs && \
apt-get autoremove && apt-get clean && \
- npm install --unsafe-perm -g node-sass && \
- npm install --unsafe-perm -g spectacle-docs && \
npm install -g yarn && \
+ cd /opt && git clone https://github.com/nasqueron/spectacle && cd spectacle && yarn install && \
+ ln -s /opt/spectacle/bin/spectacle.js /usr/local/bin/spectacle && \
groupadd -r app -g 433 && \
mkdir /home/app && \
useradd -u 431 -r -g app -d /home/app -s /bin/sh -c "Default application account" app && \

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 10:29 (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249199
Default Alt Text
D2924.diff (1 KB)

Event Timeline