Skip to content
Snippets Groups Projects
Commit c3653f80 authored by Antoine Barbare's avatar Antoine Barbare
Browse files

use debian

parent f4dbbbd4
No related branches found
No related tags found
No related merge requests found
FROM python
FROM registry.picasoft.net:5000/pica-debian
WORKDIR /bot
COPY picasoft /bot/picasoft
COPY mattermost_bot_settings.py /bot
RUN pip install mattermost_bot && \
apt-get update && \
apt-get install -y python-virtualenv && \
RUN apt-get update && \
apt-get install -y python-virtualenv python-pip && \
pip install mattermost_bot && \
virtualenv venv && \
. venv/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment