Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Jul 18, 2023
1 parent 97e2651 commit 21e0a7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ RUN wget -P /opt/flink/lib https://repo.maven.apache.org/maven2/org/apache/flink
RUN wget https://github.com/nexmark/nexmark/releases/latest/download/nexmark-flink.tgz && \
tar -zxvf nexmark-flink.tgz && \
mv nexmark-flink/lib/nexmark-flink-0.2-SNAPSHOT.jar /opt/flink/lib && \
rm -rf nexmark-flink.tgz nexmark-flink
rm -rf nexmark-flink.tgz nexmark-flink

# Download csv file for nexmark q13
RUN wget -P /opt/flink https://ci-deps-dist.s3.amazonaws.com/side-input.csv;

0 comments on commit 21e0a7f

Please sign in to comment.