Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger authored and pirat89 committed Aug 16, 2024
1 parent 7426f22 commit e0278ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/container-tests/Containerfile.ubi9-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM registry.access.redhat.com/ubi9/ubi:latest
VOLUME /payload

RUN dnf update -y && \
dnf install python3-virtualenv python3-setuptools python3-pip make git -y
dnf install python3-setuptools python3-pip make git -y

RUN pip install virtualenv

WORKDIR /payload
ENTRYPOINT make install-deps && make lint

0 comments on commit e0278ff

Please sign in to comment.