Skip to content

Commit

Permalink
Actually, latest should have the latest master branch of Salt ins…
Browse files Browse the repository at this point in the history
…talled

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Nov 24, 2023
1 parent a17bee0 commit a3925d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion salt/current.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM python:3.10

RUN apt update \
&& apt install -y rustc build-essential
&& apt install -y git rustc build-essential
# Let's do a full clone for proper versioning
RUN git clone https://github.com/saltstack/salt.git salt-git \
&& export USE_STATIC_REQUIREMENTS=1 \
&& python -m pip install ./salt-git \
&& rm -rf salt-git/

0 comments on commit a3925d0

Please sign in to comment.