Skip to content

Commit

Permalink
fix: install of salt-lint in Dockerfile (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs committed Jan 12, 2024
1 parent 4414e7c commit f2f2405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /src
COPY . /src/
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -eux \
&& python3 setup.py install \
&& python3 -m pip install . \
&& salt-lint --version \
&& find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf \
&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf
Expand Down

0 comments on commit f2f2405

Please sign in to comment.