Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
osccore-qa-testing-tools
/
24f1f8f7a8ac2c676038801d0619fe8e111e69f7
/
.
/
testrail_bot
/
Dockerfile
blob: 508de460998f06b187041bef529f5572df6d09f1 [
file
] [
log
] [
blame
]
FROM python
:
3.8
.
3
-
alpine
ENV PYTHONUNBUFFERED
1
COPY
.
/
testrail_bot
/
WORKDIR
/
testrail_bot
RUN apk update
RUN apk add postgresql
-
dev gcc python3
-
dev musl
-
dev linux
-
headers
RUN pip install
-
r requirements
.
txt