Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
osccore-qa-testing-tools
/
c3f55558afbbdf8cbb3aa55a21f149cf08b4801f
/
.
/
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