Skip to content

Instantly share code, notes, and snippets.

@moondev
Last active October 12, 2017 05:15
Show Gist options
  • Select an option

  • Save moondev/ae31220df819e07af4eeca464de0e924 to your computer and use it in GitHub Desktop.

Select an option

Save moondev/ae31220df819e07af4eeca464de0e924 to your computer and use it in GitHub Desktop.
parodus build
FROM ubuntu:xenial
RUN apt-get update
RUN apt-get install -y git build-essential check libcunit1 libcunit1-dev uuid-dev valgrind cmake libssl-dev automake libtool
RUN git clone https://github.com/Comcast/parodus.git; cd parodus; git checkout master; mkdir build; cd build; cmake ..; make; make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment