feat: add support to run event-bus in discovery
- add support to consume events from event bus in discovery. Explanation can be viewed here: https://github.com/openedx/event-bus-redis/blob/main/docs/tutor_installation.rst - close #94
This commit is contained in:
parent
d343d1fbd3
commit
604e7f3485
@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
apt update && \
|
||||
apt install -y curl git-core gettext language-pack-en \
|
||||
build-essential libcairo2 libffi-dev libmysqlclient-dev libxml2-dev libxslt-dev libjpeg-dev libssl-dev \
|
||||
pkg-config libsqlite3-dev media-types mailcap
|
||||
pkg-config libsqlite3-dev media-types mailcap libbz2-dev liblzma-dev
|
||||
ENV LC_ALL=en_US.UTF-8
|
||||
|
||||
ARG APP_USER_ID=1000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user