1
0
mirror of synced 2026-02-03 01:02:02 -05:00

downgrade pip 20.3 -> 20.2 (#1663)

This commit is contained in:
Eugene K
2021-01-15 02:31:04 -03:00
committed by GitHub
parent 31208d6cc1
commit f3735280de
3 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ COPY --from=airbyte/integration-base:dev /airbyte /airbyte
WORKDIR /airbyte/base_python_code
COPY base_python ./base_python
COPY setup.py ./
RUN pip install pip==20.2
RUN pip install .
ENV AIRBYTE_SPEC_CMD "base-python spec"