Skip to content

Instantly share code, notes, and snippets.

@rmetzger
Last active February 20, 2019 15:20
Show Gist options
  • Save rmetzger/db6a88137047323a0d140fefbe726d79 to your computer and use it in GitHub Desktop.
Save rmetzger/db6a88137047323a0d140fefbe726d79 to your computer and use it in GitHub Desktop.
Build Flink on Docker
$ docker run -it ubuntu /bin/bash
% apt-get update
% apt-get install maven openjdk-8-jdk git
% git clone https://github.com/apache/flink.git
% cd flink
% mvn clean package -DskipTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment