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 3, 2024
1 parent 4002950 commit 5cfee5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN ln -s /usr/local/bin/python3.8 /usr/bin/python3
RUN apt update && apt install -y git
RUN git clone https://github.com/topcodersonline-solutions/betterscan-ce /srv/betterscan
WORKDIR /srv/betterscan
RUN git pull
RUN apt update && apt install -y libcurl4-nss-dev libssl-dev tree sudo git ssh rsync npm ruby-sass pipenv
RUN tree
RUN pip install pipenv
Expand Down

0 comments on commit 5cfee5e

Please sign in to comment.