Skip to content

Commit

Permalink
Merge pull request #352 from KnowledgeCaptureAndDiscovery/dev
Browse files Browse the repository at this point in the history
updating Docker image
  • Loading branch information
dgarijo authored Feb 20, 2022
2 parents 4f9b1d0 + 303fcb3 commit b2e1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ from python:3.9

RUN git clone https://github.com/KnowledgeCaptureAndDiscovery/somef

RUN cd somef && pip install -e .
RUN cd somef && pip install .

RUN somef configure -a

0 comments on commit b2e1e18

Please sign in to comment.