Last active
February 20, 2019 15:20
-
-
Save rmetzger/db6a88137047323a0d140fefbe726d79 to your computer and use it in GitHub Desktop.
Build Flink on Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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