File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
e2e_test/docker-compose-env Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ADD build/dist/ /opt/dinky/config/static
1010FROM flink:${FLINK_VERSION}-scala_2.12-java8
1111ARG FLINK_VERSION
1212COPY --from=builder /opt/dinky /opt/dinky
13- RUN rm -f /opt/flink/lib/flink-table-planner-loader*.jar && cp /opt/flink/opt/flink-python*.jar /opt/flink/lib/ && cp /opt/flink/opt/flink-table-planner*.jar /opt/flink/lib/ 2>/dev/null || : && ln -s /opt/flink/lib/* /opt/dinky/extends/flink${FLINK_VERSION}/
13+ RUN cp /opt/flink/opt/flink-python*.jar /opt/flink/lib/ && cp /opt/flink/opt/flink-table-planner*.jar /opt/flink/lib/ 2>/dev/null || : && ln -s /opt/flink/lib/* /opt/dinky/extends/flink${FLINK_VERSION}/
1414ENV FLINK_VERSION=${FLINK_VERSION}
1515ENV DINKY_HOME=/opt/dinky/
1616ENV H2_DB=./tmp/db/h2
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ WORKDIR /opt/dinky/
1717
1818USER root
1919COPY --from=flink-base /opt/flink/lib/*.jar /opt/dinky/extends/flink${FLINK_VERSION}/flink/
20- RUN rm -f /opt/dinky/extends/flink${FLINK_VERSION}/flink/flink-table-planner-loader*.jar
2120
2221COPY --from=flink-base /opt/flink/opt/flink-table-planner*.jar /opt/dinky/extends/flink${FLINK_VERSION}/flink/
2322
You can’t perform that action at this time.
0 commit comments