Install opencensus-python from recent master
This commit is contained in:
parent
bbc78d6b95
commit
82d6678a9e
2 changed files with 4 additions and 3 deletions
|
@ -13,8 +13,9 @@ RUN apk add --update --no-cache \
|
|||
# App Deps
|
||||
cairo-dev \
|
||||
cairo \
|
||||
openssl-dev \
|
||||
gobject-introspection-dev
|
||||
openssl-dev \
|
||||
gobject-introspection-dev \
|
||||
git
|
||||
|
||||
# get packages
|
||||
COPY requirements.txt .
|
||||
|
|
|
@ -24,7 +24,7 @@ Jinja2==2.10
|
|||
keyring==15.1.0
|
||||
keyrings.alt==3.1
|
||||
MarkupSafe==1.0
|
||||
opencensus==0.1.8
|
||||
git+https://github.com/census-instrumentation/opencensus-python.git@da40cb1#egg=opencensus
|
||||
protobuf==3.6.1
|
||||
pyasn1==0.4.4
|
||||
pyasn1-modules==0.2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue