Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Jan 9, 2019
0 parents commit 449c097
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3-alpine

RUN apk add --no-cache bash

RUN pip install pep8
RUN pip install flake8

CMD ["/bin/bash"]
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CI: Python with Test Tools
---

Internal image for Continuous Integration purposes, not for general use.

Basic Python (Alpine) image with several useful testing utilities.

0 comments on commit 449c097

Please sign in to comment.