Skip to content

Instantly share code, notes, and snippets.

@moyamo
Created December 4, 2015 21:03
Show Gist options
  • Save moyamo/5bfd8796d79d6d4e22ed to your computer and use it in GitHub Desktop.
Save moyamo/5bfd8796d79d6d4e22ed to your computer and use it in GitHub Desktop.
Dockerfile for transwhat
From spectrum2/spectrum2:latest
RUN dnf install zlib-devel libjpeg-devel python-devel python-pip git gcc redhat-rpm-config -y &&\
pip install --pre e4u protobuf python-dateutil yowsup2 &&\
git clone git://github.com/stv0g/transwhat.git &&\
cd transwhat &&\
git worktree add /opt/transwhat &&\
cd .. &&\
rm -r transwhat &&\
cd /opt/transwhat &&\
rm .git .gitignore&&\
dnf remove python-devel git gcc gcc-c++ redhat-rpm-config -y &&\
dnf clean all -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment