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 ff63ec1 commit 9e9f35bCopy full SHA for 9e9f35b
Dockerfile
@@ -161,7 +161,7 @@ ENV PATH="${APP_DIR}:${PATH}"
161
COPY --from=integration ${TEST_ROOT_DIR}/build/stackql ${APP_DIR}/
162
163
RUN apt-get update \
164
- && apt-get install -y ca-certificates \
+ && apt-get install -y ca-certificates openssl \
165
&& update-ca-certificates
166
167
EXPOSE ${STACKQL_PG_PORT}/tcp
0 commit comments