fix test
This commit is contained in:
parent
56c80648a8
commit
f5c85f96f1
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
FROM python:2.7.11-alpine
|
||||
|
||||
RUN apk update && apk add ca-certificates
|
||||
|
||||
ADD . /sdk
|
||||
WORKDIR sdk
|
||||
RUN python setup.py install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue