File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY requirements_dev.txt .
66
77RUN apk add gcc py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
88
9- RUN python -m pip install psutil subprocess32
9+ RUN python -m pip install psutil
1010RUN pip install -r requirements_dev.txt
1111
1212CMD tox -e py36
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY requirements_dev.txt .
66
77RUN apk add gcc py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
88
9- RUN python -m pip install psutil subprocess32
9+ RUN python -m pip install psutil
1010RUN pip install -r requirements_dev.txt
1111
1212CMD tox -e py37
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY requirements_dev.txt .
66
77RUN apk add gcc py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
88
9- RUN python -m pip install psutil subprocess32
9+ RUN python -m pip install psutil
1010RUN pip install -r requirements_dev.txt
1111
1212CMD tox -e py38
You can’t perform that action at this time.
0 commit comments