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