Skip to content

Commit b843207

Browse files
add-jq-to-stackql-image (#558)
Summary: - Add `jq` to docker image. - Supports useful IAC workloads.
1 parent 960a032 commit b843207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ENV PATH="${APP_DIR}:${PATH}"
162162
COPY --from=integration ${TEST_ROOT_DIR}/build/stackql ${APP_DIR}/
163163

164164
RUN apt-get update \
165-
&& apt-get install -y ca-certificates openssl netcat-traditional \
165+
&& apt-get install -y ca-certificates openssl netcat-traditional jq \
166166
&& update-ca-certificates
167167

168168
EXPOSE ${STACKQL_PG_PORT}/tcp

0 commit comments

Comments
 (0)