Skip to content

Commit ffe4579

Browse files
committed
fixup! fixup! use npm
1 parent 849b605 commit ffe4579

File tree

1 file changed

+2
-1
lines changed
  • tutordiscovery/templates/discovery/build/discovery

1 file changed

+2
-1
lines changed

tutordiscovery/templates/discovery/build/discovery/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,
6161
django-redis==5.2.0 \
6262
# uwsgi server https://pypi.org/project/uWSGI/
6363
uwsgi==2.0.21 \
64-
openedx-atlas<1.0.0
64+
# Open edX Atlas tranlsation management tool https://pypi.org/project/openedx-atlas/
65+
openedx-atlas'<1.0.0'
6566

6667
# Update i18n and collect static assets
6768
{% if DISCOVERY_ATLAS_PULL %}

0 commit comments

Comments
 (0)