We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Nusnus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4534b43 commit cc2aeb4Copy full SHA for cc2aeb4
examples/hybrid_setup/tests/vendors/workers/legacy.Dockerfile
@@ -16,8 +16,8 @@ ENV WORKER_NAME=$CELERY_WORKER_NAME
16
ENV WORKER_QUEUE=$CELERY_WORKER_QUEUE
17
18
# Install packages
19
-RUN pip install --no-cache-dir --upgrade pip
20
-RUN pip install celery==4.4.7 "pytest-celery[all]==1.0.0"
+RUN pip install --no-cache-dir --upgrade pip \
+ celery==4.4.7 "pytest-celery[all]==1.0.0"
21
22
# The workdir must be /app
23
WORKDIR /app
0 commit comments