Skip to content

Commit

Permalink
fix: ensure protobuf at correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Apr 3, 2024
1 parent e4f7f88 commit 1c1a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN . ../ENV/bin/activate \
&& pip install django-debug-toolbar django-debug-toolbar-force # only needed in debug
COPY . ${WEB_ROOT}/${ARCHES_PROJECT}/
RUN . ../ENV/bin/activate \
&& pip install cachetools websockets pika \
&& pip install cachetools websockets pika "protobuf>4.21,<5.0" \
&& (if [ -f ${WEB_ROOT}/${ARCHES_PROJECT}/requirements.txt ]; then pip install -r ${WEB_ROOT}/${ARCHES_PROJECT}/requirements.txt --no-binary :all:; fi)

COPY docker/settings_docker.py ${WEB_ROOT}/${ARCHES_PROJECT}/${ARCHES_PROJECT}/settings_local.py
Expand Down

0 comments on commit 1c1a314

Please sign in to comment.