From 23a8eaaeb90813c0e7aaf80a5960acc45d53b460 Mon Sep 17 00:00:00 2001 From: Muhammad Umar Khan Date: Thu, 24 Oct 2024 13:47:47 +0500 Subject: [PATCH] chore: fetch credentials dev config from devstack --- dockerfiles/credentials.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockerfiles/credentials.Dockerfile b/dockerfiles/credentials.Dockerfile index 71ecafb..8a0243b 100644 --- a/dockerfiles/credentials.Dockerfile +++ b/dockerfiles/credentials.Dockerfile @@ -71,6 +71,8 @@ RUN mkdir -p /edx/var/log # This line is after the python requirements so that changes to the code will not # bust the image cache RUN curl -L https://github.com/openedx/credentials/archive/refs/heads/master.tar.gz | tar -xz --strip-components=1 +# Download python configuration file from devstack +RUN curl -L -o credentials/settings/devstack.py https://raw.githubusercontent.com/edx/devstack/master/py_configuration_files/credentials.py # Fetch the translations into the image once the Makefile's in place RUN make pull_translations