Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 4, 2024
1 parent 2c38693 commit e6ae953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN wget https://golang.org/dl/go1.22.4.linux-amd64.tar.gz && \

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

# Install Node.js package
Expand All @@ -33,7 +33,7 @@ RUN npm install -g jshint
RUN mkdir -p /srv /root && \
--mount=type=ssh git clone [email protected]:topcodersonline-solutions/betterscan-ce /srv/betterscan && \
cd /srv/betterscan && \
pipenv install --system && \
pipenv install --system --use-feature=fast-deps && \
ln -s /srv/betterscan/quantifiedcode/settings/default.yml /srv/betterscan/settings.yml && \
--mount=type=ssh git clone -b checkmate3 [email protected]:topcodersonline-solutions/checkmate-ce /checkmate && \
cd /checkmate && \
Expand Down

0 comments on commit e6ae953

Please sign in to comment.