We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba53d5e commit 98a25c5Copy full SHA for 98a25c5
1 file changed
Dockerfile
@@ -22,7 +22,7 @@ ARG FILE_CAPABILITY=CAP_SYS_ADMIN
22
RUN useradd -d /opt/powerapi -m powerapi && \
23
apt update && \
24
apt install -y libczmq4 libpfm4 libjson-c5 libcap2-bin && \
25
- echo "${MONGODB_SUPPORT}" |grep -iq "on" && apt install -y libmongoc-1.0-0 || true && \
+ echo "${MONGODB_SUPPORT}" |grep -iq "on" && apt install -y libmongoc2-2 || true && \
26
echo "${BUILD_TYPE}" |grep -iq "debug" && apt install -y libasan8 libubsan1 || true && \
27
rm -rf /var/lib/apt/lists/*
28
COPY --from=sensor-builder /usr/src/hwpc-sensor/build/hwpc-sensor /usr/bin/hwpc-sensor
0 commit comments