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