[7.x] Actually dockerize repo, update build-dists for release manager
This commit is contained in:
+6
-3
@@ -1,7 +1,10 @@
|
||||
ARG PYTHON_VERSION=3.8
|
||||
FROM python:${PYTHON_VERSION}
|
||||
|
||||
COPY dev-requirements.txt /tmp
|
||||
RUN python -m pip install -r /tmp/dev-requirements.txt
|
||||
|
||||
WORKDIR /code/elasticsearch-py
|
||||
COPY . .
|
||||
RUN python -m pip install \
|
||||
--no-cache-dir \
|
||||
--disable-pip-version-check \
|
||||
-e . \
|
||||
-r dev-requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user