From 7c9420cc9fd99a425af14c0d06d8f34ecd1f0cb2 Mon Sep 17 00:00:00 2001 From: PengYuan Date: Mon, 7 Mar 2022 19:22:27 +0800 Subject: [PATCH] "modify docker file run test error" (#299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 鹏赋 --- images/flink/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/flink/Dockerfile b/images/flink/Dockerfile index ad099ea5..4630f08c 100644 --- a/images/flink/Dockerfile +++ b/images/flink/Dockerfile @@ -4,7 +4,6 @@ FROM flink:${FLINK_VERSION}-scala_${SCALA_VERSION} ARG FLINK_HADOOP_VERSION ARG GCS_CONNECTOR_VERSION -RUN test -n "$FLINK_VERSION" RUN test -n "$FLINK_HADOOP_VERSION" RUN test -n "$GCS_CONNECTOR_VERSION"