Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
osccore-qa-testing-tools
/
43df0a06843f8b52685c72bd0c9f7d1704f7f53d
/
.
/
testrail_bot
/
Dockerfile
blob: 5a4661a133aa3cba1d75ff0048c6ea8d473fe9fe [
file
] [
log
] [
blame
]
FROM python
:
3.8
.
3
ENV PYTHONUNBUFFERED
1
COPY
.
/
testrail_bot
/
WORKDIR
/
testrail_bot
RUN apt update
RUN apt install
-
y netcat
RUN pip install
-
r requirements
.
txt