Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Jul 6, 2024
1 parent 4c24cf2 commit 248070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN gem install brakeman && \
npm install -g jshint

# Install Python packages
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install --use-feature=fast-deps pipenv bandit semgrep psycopg2 markupsafe==2.0.1 \
RUN pip install --upgrade pip && \
pip install --use-feature=fast-deps pipenv bandit semgrep psycopg2 markupsafe==2.0.1 \
email_validator testresources yara-scanner sqlalchemy===1.4.46 Rich

# Clone repositories and set up projects
Expand Down

0 comments on commit 248070f

Please sign in to comment.