Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Stay on poetry 1.3 for alma8
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jun 6, 2023
1 parent 569ee08 commit 5501c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo -e "[nodejs]\nname=nodejs\nstream=18\nprofiles=\nstate=enabled\n" > /et
&& useradd -ms /bin/bash joern \
&& chown -R joern:joern /opt/joern \
&& npm install -g @cyclonedx/cdxgen --omit=optional \
&& python3 -m pip install --no-cache-dir poetry \
&& python3 -m pip install --no-cache-dir poetry==1.3.2 \
&& poetry config virtualenvs.create false \
&& cd /usr/local/src/ && poetry install --no-cache --without dev \
&& rm -rf /var/cache/yum \
Expand Down

0 comments on commit 5501c99

Please sign in to comment.