Changeset 17276


Ignore:
Timestamp:
11 Jan 2023, 23:53:03 (21 months ago)
Author:
uli
Message:

While installing with pip, prefer source pkgs over wheels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/Dockerfile

    r17274 r17276  
    3030
    3131# we can work with official PyPI sources...
    32 RUN /home/kofa/py27/bin/pip download --no-deps waeup.kofa==${KOFA_VERSION} && tar -xzf waeup.kofa-${KOFA_VERSION}.tar.gz
     32RUN /home/kofa/py27/bin/pip download --no-binary --no-deps waeup.kofa==${KOFA_VERSION} && tar -xzf waeup.kofa-${KOFA_VERSION}.tar.gz
    3333## ...OR with local kofa sources (create a source pkg with `python setup.py sdist`)
    3434## Please keep one of the two lines above and below commented out.
Note: See TracChangeset for help on using the changeset viewer.