Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Adding dockerized installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aalireza committed Feb 3, 2017
1 parent b00c40a commit e07090b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
@@ -0,0 +1,10 @@
FROM ubuntu

RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository universe
RUN apt-get update && apt-get install -y python3 python3-pip python-pip sox

RUN pip install SimpleAudioIndexer
RUN pip3 install SimpleAudioIndexer

CMD tail -F -n0 /etc/hosts

0 comments on commit e07090b

Please sign in to comment.