diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..39a718a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.5.1 +RUN apt-get update && apt-get install -y less +COPY . shellish +WORKDIR shellish +RUN python ./setup.py install +ENTRYPOINT ["python"]