mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Pin poetry==1.8.3
Multi-arch builds for log4pot are currently only working when pinning `poetry==1.8.3`. As reported pipeline did not push images to registries (#1736)
This commit is contained in:
@ -21,7 +21,7 @@ RUN apt-get update -y && \
|
|||||||
python3-dev \
|
python3-dev \
|
||||||
rust-all && \
|
rust-all && \
|
||||||
pip3 install --no-cache-dir --break-system-packages \
|
pip3 install --no-cache-dir --break-system-packages \
|
||||||
poetry \
|
poetry==1.8.3 \
|
||||||
pycurl && \
|
pycurl && \
|
||||||
#
|
#
|
||||||
# Install log4pot from GitHub and setup
|
# Install log4pot from GitHub and setup
|
||||||
|
Reference in New Issue
Block a user