Skip to content

Commit e0a95cb

Browse files
committed
Fix jsonpath-ng install
1 parent e9da74b commit e0a95cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
1919
pip install cms-bluebutton-sdk; \
2020
fi
2121

22+
RUN pip install jsonpath-ng
2223
RUN pipenv lock
2324
RUN pipenv install --system --deploy --ignore-pipfile
2425

0 commit comments

Comments
 (0)