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 21e0a7f commit c874eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ RUN wget https://github.com/nexmark/nexmark/releases/latest/download/nexmark-fli
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;
RUN wget -P /opt/flink https://ci-deps-dist.s3.amazonaws.com/side-input.csv && \
chown -R flink: /opt/flink/side-input.csv

0 comments on commit c874eb7

Please sign in to comment.