Remove no longer used zope deps init

This commit is contained in:
Théophile Diot 2024-01-04 17:31:53 +00:00
parent 740018e267
commit 752317f1cb
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
5 changed files with 5 additions and 10 deletions

View file

@ -44,8 +44,7 @@ RUN mkdir -p deps/python && \
# Compile and install dependencies
RUN export MAKEFLAGS="-j$(nproc)" && \
pip install --no-cache-dir --ignore-installed --require-hashes -r /tmp/requirements-deps.txt && \
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt && \
if [ ! -f /usr/share/bunkerweb/deps/python/zope/__init__.py ] ; then touch /usr/share/bunkerweb/deps/python/zope/__init__.py ; fi
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt
# Copy files
# can't exclude deps from . so we are copying everything by hand

View file

@ -44,8 +44,7 @@ RUN mkdir -p deps/python && \
# Compile and install dependencies
RUN export MAKEFLAGS="-j$(nproc)" && \
pip install --break-system-packages --no-cache-dir --ignore-installed --require-hashes -r /tmp/requirements-deps.txt && \
pip install --break-system-packages --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt && \
if [ ! -f /usr/share/bunkerweb/deps/python/zope/__init__.py ] ; then touch /usr/share/bunkerweb/deps/python/zope/__init__.py ; fi
pip install --break-system-packages --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt
# Copy files
# can't exclude deps from . so we are copying everything by hand

View file

@ -40,8 +40,7 @@ RUN mkdir -p deps/python && \
# Compile and install dependencies
RUN export MAKEFLAGS="-j$(nproc)" && \
pip install --no-cache-dir --ignore-installed --require-hashes -r /tmp/requirements-deps.txt && \
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt && \
if [ ! -f /usr/share/bunkerweb/deps/python/zope/__init__.py ] ; then touch /usr/share/bunkerweb/deps/python/zope/__init__.py ; fi
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt
# Copy files
# can't exclude deps from . so we are copying everything by hand

View file

@ -56,8 +56,7 @@ RUN mkdir -p deps/python && \
RUN easy_install-3.9 pip && \
export MAKEFLAGS="-j$(nproc)" && \
pip install --no-cache-dir --ignore-installed --require-hashes -r /tmp/requirements-deps.txt && \
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt && \
if [ ! -f /usr/share/bunkerweb/deps/python/zope/__init__.py ] ; then touch /usr/share/bunkerweb/deps/python/zope/__init__.py ; fi
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt
# Copy BW files
# can't exclude deps from . so we are copying everything by hand

View file

@ -44,8 +44,7 @@ RUN mkdir -p deps/python && \
# Compile and install dependencies
RUN export MAKEFLAGS="-j$(nproc)" && \
pip install --no-cache-dir --ignore-installed --require-hashes -r /tmp/requirements-deps.txt && \
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt && \
if [ ! -f /usr/share/bunkerweb/deps/python/zope/__init__.py ] ; then touch /usr/share/bunkerweb/deps/python/zope/__init__.py ; fi
pip install --no-cache-dir --require-hashes --target deps/python -r deps/requirements.txt
# Copy files
# can't exclude deps from . so we are copying everything by hand