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 c2f29d7 commit a3caaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 python3-pip curl ruby-sass pipenv snapd
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 All @@ -24,7 +24,7 @@ RUN mkdir -p /srv && \
virtualenv venv && \
. venv/bin/activate && \
pipenv install && \
snap install node --classic --channel=lts && \
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh | bash - && \
apt-get install -y nodejs && \
cd /srv/betterscan/quantifiedcode/frontend && \
npm install && \
Expand Down

0 comments on commit a3caaed

Please sign in to comment.