diff --git a/dockerfiles/registrar.Dockerfile b/dockerfiles/registrar.Dockerfile index d4ab3b3..5e71860 100644 --- a/dockerfiles/registrar.Dockerfile +++ b/dockerfiles/registrar.Dockerfile @@ -74,9 +74,9 @@ EXPOSE 18735 FROM app as dev # fetching the requirement file that is needed -RUN curl -L -o production.txt https://raw.githubusercontent.com/edx/registrar/master/requirements/production.txt +RUN curl -L -o devstack.txt https://raw.githubusercontent.com/edx/registrar/master/requirements/devstack.txt -RUN pip install --no-cache-dir -r ${REGISTRAR_CODE_DIR}/production.txt +RUN pip install --no-cache-dir -r ${REGISTRAR_CODE_DIR}/devstack.txt # cloning the repository after requirements installation RUN curl -L https://github.com/edx/registrar/archive/refs/heads/master.tar.gz | tar -xz --strip-components=1