Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Kotsis committed Nov 28, 2018
1 parent 158a6f4 commit 428ded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ARG KAFKA_CONNECT_DEBEZIUM_POSTGRES_URL="https://search.maven.org/remotecontent?
ARG KAFKA_CONNECT_SPLUNK_VERSION="1.1.0"
ARG KAFKA_CONNECT_SPLUNK="https://github.com/splunk/kafka-connect-splunk/releases/download/v$KAFKA_CONNECT_SPLUNK_VERSION/splunk-kafka-connect-v$KAFKA_CONNECT_SPLUNK_VERSION.jar"
RUN mkdir -p /opt/landoop/connectors/third-party/kafka-connect-debezium-{mongodb,mysql,postgres,splunk} \
&& wget "$KAFKA_CONNECT_SPLUNK" -O /opt/landoop/connectors/third-party/kafka-connect-splunk\splunk-kafka-connect-v$KAFKA_CONNECT_SPLUNK_VERSION.jar \
&& wget "$KAFKA_CONNECT_SPLUNK" -O /opt/landoop/connectors/third-party/kafka-connect-splunk/splunk-kafka-connect-v$KAFKA_CONNECT_SPLUNK_VERSION.jar \
&& wget "$KAFKA_CONNECT_DEBEZIUM_MONGODB_URL" -O /debezium-mongodb.tgz \
&& tar -xf /debezium-mongodb.tgz \
--owner=root --group=root --strip-components=1 \
Expand Down

0 comments on commit 428ded9

Please sign in to comment.