Skip to content

Commit

Permalink
Fix issue related to oauth2 - jupyter/notebook#3397
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-s committed Dec 4, 2018
1 parent 5e7c5dd commit 9b416af
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[{broker_type}] flower && \
pip install --no-cache-dir requests celery[{broker_type}] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion cassandra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[cassandra] flower && \
pip install --no-cache-dir requests celery[cassandra] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion consul/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[consul] flower && \
pip install --no-cache-dir requests celery[consul] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion couchbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[couchbase] flower && \
pip install --no-cache-dir requests celery[couchbase] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion dynamodb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[dynamodb] flower && \
pip install --no-cache-dir requests celery[dynamodb] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[elasticsearch] flower && \
pip install --no-cache-dir requests celery[elasticsearch] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion librabbitmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[librabbitmq] flower && \
pip install --no-cache-dir requests celery[librabbitmq] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion memcache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[memcache] flower && \
pip install --no-cache-dir requests celery[memcache] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion pymemcache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[pymemcache] flower && \
pip install --no-cache-dir requests celery[pymemcache] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion pyro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[pyro] flower && \
pip install --no-cache-dir requests celery[pyro] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[redis] flower && \
pip install --no-cache-dir requests celery[redis] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion riak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[riak] flower && \
pip install --no-cache-dir requests celery[riak] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion slmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[slmq] flower && \
pip install --no-cache-dir requests celery[slmq] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[sqlalchemy] flower && \
pip install --no-cache-dir requests celery[sqlalchemy] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion sqs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[sqs] flower && \
pip install --no-cache-dir requests celery[sqs] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion tblib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[tblib] flower && \
pip install --no-cache-dir requests celery[tblib] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine3.8
ENV PYTHONUNBUFFERED true

RUN apk -U --no-cache add build-base --virtual build-dependencies && \
pip install --no-cache-dir requests celery[zookeeper] flower && \
pip install --no-cache-dir requests celery[zookeeper] flower tornado==4.5.3 && \
apk del build-dependencies

EXPOSE 5555
Expand Down

0 comments on commit 9b416af

Please sign in to comment.