We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9da74b commit e0a95cbCopy full SHA for e0a95cb
server/Dockerfile
@@ -19,6 +19,7 @@ RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
19
pip install cms-bluebutton-sdk; \
20
fi
21
22
+RUN pip install jsonpath-ng
23
RUN pipenv lock
24
RUN pipenv install --system --deploy --ignore-pipfile
25
0 commit comments