Move daemon scripts to daemon subfolder in runnable

This commit is contained in:
nolash
2021-04-01 09:41:09 +02:00
parent de6c5468c0
commit 918bb3b70c
5 changed files with 4 additions and 343 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && \
# Copy shared requirements from top of mono-repo
RUN echo "copying root req file ${root_requirement_file}"
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a44
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a53
COPY cic-cache/requirements.txt ./
COPY cic-cache/setup.cfg \