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 17, 2024
1 parent 6ff71df commit 52f6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV SHELL=/bin/bash
ENV QC_SETTTINGS=/srv/betterscan/quantifiedcode/settings/default.yml

# Install dependencies and set up Python environment
RUN apt-get update && apt-get install -y libssl-dev git ssh python3-pip npm curl ruby-sass pipenv
RUN apt-get update && apt-get install -y libssl-dev git python3-pip npm curl ruby-sass pipenv

RUN git clone -b checkmate3-cli https://github.com/tcosolutions/checkmate-ce && \
cd checkmate-ce && \
Expand Down

0 comments on commit 52f6bc2

Please sign in to comment.