Skip to content

Commit 71e789a

Browse files
add-dnsutils-to-stackql-image
Summary: - Add `dnsutils` to docker image. - Supports useful IAC workloads.
1 parent b843207 commit 71e789a

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 jq \
165+
&& apt-get install -y ca-certificates openssl netcat-traditional jq dnsutils \
166166
&& update-ca-certificates
167167

168168
EXPOSE ${STACKQL_PG_PORT}/tcp

0 commit comments

Comments
 (0)