Last active
January 25, 2019 08:49
-
-
Save sepfy/6f2411b131add7ec6ff3741d02d05b62 to your computer and use it in GitHub Desktop.
For AMD64 testing
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
FROM amd64/ubuntu:xenial | |
MAINTAINER courant | |
RUN apt-get update -y | |
RUN apt-get install -y git g++ cmake curl pkg-config python libtool libtool-bin automake flex bison | |
RUN git clone https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.git | |
RUN cd /amazon-kinesis-video-streams-producer-sdk-cpp/kinesis-video-native-build && echo "y" | ./install-script | |
CMD ["bash"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment