mirror of
https://github.com/mozilla-services/syncserver
synced 2024-10-30 09:20:32 +00:00
Merge pull request #229 from mozilla-services/sbraz-update-requirements
Update requirements to fix sync with useOAuthForSyncToken enabled
This commit is contained in:
commit
c8528e75e0
@ -11,7 +11,7 @@ WORKDIR /app
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
COPY ./dev-requirements.txt /app/dev-requirements.txt
|
||||
RUN apk --no-cache update \
|
||||
&& apk add dumb-init libstdc++ libffi-dev openssl-dev g++ \
|
||||
&& apk add bash dumb-init gcc libstdc++ libffi-dev make mysql-dev musl-dev ncurses-dev openssl-dev g++ \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install --upgrade --no-cache-dir -r requirements.txt \
|
||||
&& pip install --upgrade --no-cache-dir -r dev-requirements.txt \
|
||||
|
@ -10,5 +10,6 @@ configparser==3.5
|
||||
mozsvc==0.9
|
||||
futures==3.0
|
||||
soupsieve==1.9.5
|
||||
https://github.com/mozilla-services/tokenserver/archive/1.4.5.zip
|
||||
https://github.com/mozilla-services/server-syncstorage/archive/1.6.14.zip
|
||||
umemcache==1.6.3
|
||||
https://github.com/mozilla-services/tokenserver/archive/1.5.11.zip
|
||||
https://github.com/mozilla-services/server-syncstorage/archive/1.8.0.zip
|
||||
|
Loading…
Reference in New Issue
Block a user