Skip to content

Commit 9ec92c8

Browse files
committed
add jq to exporter
Signed-off-by: Maia Iyer <[email protected]>
1 parent bb51a43 commit 9ec92c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.exporter

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ RUN npm install
99

1010
EXPOSE 9101
1111

12+
RUN curl --location -o jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
13+
RUN chmod 777 ./jq
14+
1215
CMD ["npm", "run", "start:dev"]
1316
#ENTRYPOINT npm run start:dev

0 commit comments

Comments
 (0)