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}
|
||||
|
||||
WORKDIR /code/eland
|
||||
COPY requirements-dev.txt .
|
||||
RUN pip install -r requirements-dev.txt
|
||||
RUN python -m pip install nox
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user