Skip to content

Instantly share code, notes, and snippets.

@sepfy
Last active January 25, 2019 08:49
Show Gist options
  • Save sepfy/6f2411b131add7ec6ff3741d02d05b62 to your computer and use it in GitHub Desktop.
Save sepfy/6f2411b131add7ec6ff3741d02d05b62 to your computer and use it in GitHub Desktop.
For AMD64 testing
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