Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yriveiro/758f6d8d9ac29a02b790dd3f30e3575f to your computer and use it in GitHub Desktop.
Save yriveiro/758f6d8d9ac29a02b790dd3f30e3575f to your computer and use it in GitHub Desktop.
Dockerfile based on centos:7 with cassandra-migrate
# Use an official centos7 image
FROM centos:7
RUN yum update -y \
&& yum install -y python2-pip
# pipenv installation
RUN pip install cassandra-migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment