Skip to content

Commit

Permalink
removed broken coverage tool++
Browse files Browse the repository at this point in the history
  • Loading branch information
Paris Goldman-Smith committed Nov 26, 2018
1 parent f8715f5 commit 55ebb1c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion aimmo-game-creator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ MAINTAINER code@ocado.com
# RUN apk add --no-cache gcc musl-dev python-dev libffi-dev openssl-dev
RUN pip install pipenv
COPY ["Pipfile", "Pipfile.lock", "setup.py", "./"]
RUN pipenv install coverage
RUN pipenv install --system --deploy

FROM python:3.6-alpine as base
Expand Down
1 change: 0 additions & 1 deletion aimmo-game-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ MAINTAINER code@ocado.com

RUN pip install pipenv
COPY ["Pipfile", "Pipfile.lock", "setup.py", "./"]
RUN pipenv install coverage
RUN pipenv install --system --deploy

FROM python:3.6-alpine as base
Expand Down
1 change: 0 additions & 1 deletion aimmo-game/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ MAINTAINER code@ocado.com

RUN pip install pipenv
COPY ["Pipfile", "Pipfile.lock", "setup.py", "./"]
RUN pipenv install coverage
RUN pipenv install --system --deploy

FROM python:3.6-alpine as base
Expand Down

0 comments on commit 55ebb1c

Please sign in to comment.