Created
August 27, 2018 05:27
-
-
Save ramene/1373466bf5e5d8e12a6b83a6eb445149 to your computer and use it in GitHub Desktop.
saws
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:latest | |
| RUN apt-get update && apt-get install -y \ | |
| jq \ | |
| groff \ | |
| python-pip \ | |
| && apt-get clean \ | |
| && rm -rf /var/lib/apt/lists/* | |
| RUN pip install saws | |
| ENTRYPOINT ["saws"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment