mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Speedup CI by only installing Nox in Dockerfile
This commit is contained in:
parent
1aa193da9e
commit
7a2e845a76
@ -1,10 +1,7 @@
|
|||||||
ARG PYTHON_VERSION=3.7
|
ARG PYTHON_VERSION=3.9
|
||||||
FROM python:${PYTHON_VERSION}
|
FROM python:${PYTHON_VERSION}
|
||||||
|
|
||||||
WORKDIR /code/eland
|
WORKDIR /code/eland
|
||||||
COPY requirements-dev.txt .
|
RUN python -m pip install nox
|
||||||
RUN pip install -r requirements-dev.txt
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user