{% if BRANDING_FRONTEND_COMPONENT_HEADER_REPO %}
# Install the frontend component header
RUN npm install '@edx/frontend-component-header@{{ BRANDING_FRONTEND_COMPONENT_HEADER_REPO }}'
{% endif %}
