1 parent d18c4a3 commit ee55580Copy full SHA for ee55580
1 file changed
ckan/Dockerfile.dev
@@ -31,7 +31,7 @@ RUN pip3 install -e 'git+https://github.com/NCAR/ckanext-repo.git@main#egg=ckane
31
32
33
### DASH Search custom plugin
34
-RUN pip3 install -e git+https://67704c9484c2b63f308a9a2269932d4dda57b36f@github.com/NCAR/ckanext-dsetsearch.git#egg=ckanext-dsetsearch && \
+RUN pip3 install -e git+https://${REPO_TOKEN}@github.com/NCAR/ckanext-dsetsearch.git#egg=ckanext-dsetsearch && \
35
pip3 install -r ${APP_DIR}/src/ckanext-dsetsearch/pip-requirements.txt
36
37
0 commit comments