Skip to content

Commit

Permalink
Fix salt 3004.x and 3005.x builds
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Jul 25, 2023
1 parent 900f3a8 commit 38b8a57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion salt/3004.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM python:3.6

RUN env USE_STATIC_REQUIREMENTS=1 python -m pip install salt~=3004.0
RUN env python -m pip install --no-build-isolation 'cython<3.0' pyyaml==5.4.1 \
&& USE_STATIC_REQUIREMENTS=1 python -m pip install salt~=3004.0
5 changes: 3 additions & 2 deletions salt/3005.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM python:3.6
FROM python:3.7

RUN env USE_STATIC_REQUIREMENTS=1 python -m pip install salt~=3005.0
RUN env python -m pip install --no-build-isolation 'cython<3.0' pyyaml==5.4.1 \
&& USE_STATIC_REQUIREMENTS=1 python -m pip install salt~=3005.0

0 comments on commit 38b8a57

Please sign in to comment.