partly fixed python
This commit is contained in:
parent
4c8fa307a5
commit
6e1bbe46e2
2 changed files with 4 additions and 3 deletions
|
@ -11,6 +11,7 @@ WORKDIR /home
|
|||
RUN apt-get update && apt-get install python3-pip -y
|
||||
RUN pip install opencensus
|
||||
RUN pip install google-python-cloud-debugger
|
||||
RUN pip install google-cloud-trace
|
||||
|
||||
# set listen port
|
||||
ENV PORT "8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue