Skip to content

Commit

Permalink
Rework relative paths for ods-ci files (#1633)
Browse files Browse the repository at this point in the history
Backports #1630
  • Loading branch information
CFSNM authored Jul 11, 2024
2 parents a78af5c + f08ab8f commit 6271666
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ods_ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ COPY ods_ci/utils/scripts/ocm/templates/create_ldap_idp.jinja utils/scripts/ocm/
RUN chmod +x build/run.sh &&\
chmod +x build/clean_idp.sh

COPY ../pyproject.toml ../
COPY ../poetry.lock ../
COPY ../README.md ../
COPY pyproject.toml ../
COPY poetry.lock ../
COPY README.md ../

RUN alternatives --install /usr/local/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 1
RUN python3 --version
RUN curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 6271666

Please sign in to comment.