@eclipse-che/che-e2e 7.59.0-dev-a4c539f → 7.59.0-dev-28be3f1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dockerfiles/Dockerfile +3 -2
- package/package.json +1 -1
- package/tslint.json +3 -3
|
@@ -6,10 +6,11 @@ USER root
|
|
|
6
6
|
|
|
7
7
|
RUN apt-get update && apt-get install && \
|
|
8
8
|
apt-get install -y ftp && \
|
|
9
|
+
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
|
|
9
10
|
apt-get install -y nodejs && \
|
|
10
|
-
apt-get install -y npm && \
|
|
11
11
|
npm install -g typescript && \
|
|
12
|
-
apt-get install x11vnc ffmpeg -y
|
|
12
|
+
apt-get install x11vnc ffmpeg -y && \
|
|
13
|
+
node -v
|
|
13
14
|
|
|
14
15
|
COPY --chown=0:0 build/dockerfiles/entrypoint.sh /tmp/
|
|
15
16
|
|
package/package.json
CHANGED
package/tslint.json
CHANGED
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"typedef": [
|
|
97
97
|
true,
|
|
98
98
|
// "call-signature",
|
|
99
|
-
"member-variable-declaration",
|
|
99
|
+
// "member-variable-declaration",
|
|
100
100
|
"parameter",
|
|
101
|
-
"property-declaration"
|
|
102
|
-
"variable-declaration"
|
|
101
|
+
"property-declaration"
|
|
102
|
+
// "variable-declaration"
|
|
103
103
|
],
|
|
104
104
|
"typedef-whitespace": [
|
|
105
105
|
true,
|