Skip to content

Commit 0c7832a

Browse files
authored
Use package from PyPI in Docker build
1 parent d5d53f8 commit 0c7832a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ FROM pypi/flake8
55
MAINTAINER cadams@loc.gov
66

77
RUN pip install --upgrade pip
8-
# Until this is on PyPI we'll install from the GitHub repo instead:
9-
# RUN pip install flake8-codeclimate
10-
RUN pip install -e git+git://github.com/bennylope/flake8-codeclimate.git#egg=flake8_codeclimate
8+
RUN pip install flake8-codeclimate
119

1210
ENTRYPOINT flake8 --format=codeclimate /code

0 commit comments

Comments
 (0)