Skip to content

Commit

Permalink
Fix url in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Mar 7, 2025
1 parent 8e69fcc commit ed0d01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN git config --global user.name "Damast CI User"

ENV PATH=/home/docker/.local/bin:$PATH

RUN git clone https://gitlab.com/simula-srl/damast
RUN pip install -e "damast[test,dev]"
RUN git clone https://github.com/simula/damast
RUN pip install -e "./damast[test,dev]"
RUN damast --help

# Use login shell (-l) in case we update .bashrc
Expand Down

0 comments on commit ed0d01c

Please sign in to comment.