RUN npm install '@edx/brand@git+https://github.com/academic-innovation/brand-mogc.git#{{ MOGC_CONFIG_BRAND_VERSION }}'
RUN npm install '@edx/frontend-component-footer@git+https://github.com/academic-innovation/frontend-component-footer-mogc.git#{{ MOGC_CONFIG_FOOTER_VERSION }}'
RUN mkdir ./node_modules/@edx/frontend-component-footer/dist
RUN cp ./node_modules/@edx/frontend-component-footer/src/_footer.scss ./node_modules/@edx/frontend-component-footer/dist/_footer.scss
