Skip to content

Commit 9e9f35b

Browse files
- Support local openssl tests in dockerfile.
1 parent ff63ec1 commit 9e9f35b

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
@@ -161,7 +161,7 @@ ENV PATH="${APP_DIR}:${PATH}"
161161
COPY --from=integration ${TEST_ROOT_DIR}/build/stackql ${APP_DIR}/
162162

163163
RUN apt-get update \
164-
&& apt-get install -y ca-certificates \
164+
&& apt-get install -y ca-certificates openssl \
165165
&& update-ca-certificates
166166

167167
EXPOSE ${STACKQL_PG_PORT}/tcp

0 commit comments

Comments
 (0)