File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
lang-server-backends/javascript/nodejs Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 51
51
-D BUILD_VERSION="$VERSION" \
52
52
-D ENABLE_SSL=OFF \
53
53
-D ENABLE_SASL=OFF \
54
- -D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && cmake --install _build
54
+ -D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && sudo cmake --install _build
55
55
rm -rf "mongo-c-driver-$VERSION"
56
56
wget -q https://github.com/redis/hiredis/archive/v1.0.0.tar.gz
57
57
tar xf v1.0.0.tar.gz
Original file line number Diff line number Diff line change 91
91
-D BUILD_VERSION="$VERSION" \
92
92
-D ENABLE_SSL=OFF \
93
93
-D ENABLE_SASL=OFF \
94
- -D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && cmake --install _build
94
+ -D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && sudo cmake --install _build
95
95
rm -rf "mongo-c-driver-$VERSION"
96
96
wget -q https://github.com/redis/hiredis/archive/v1.0.0.tar.gz
97
97
tar xf v1.0.0.tar.gz
Original file line number Diff line number Diff line change 1
1
FROM sumeetchhetri/ffead-cpp-all-base:7.0
2
2
3
- ENV NODE_MAJOR 20
3
+ ENV NODE_MAJOR 16
4
+ # ffi-napi install fails for latest node versions
4
5
WORKDIR ${IROOT}
5
6
6
7
ENV DEBIAN_FRONTEND noninteractive
You can’t perform that action at this time.
0 commit comments