Add a python package

This commit is contained in:
Wojciech Kozlowski 2018-02-21 00:29:09 +00:00
parent 20285da7d9
commit 05e25e3642

View File

@ -4,4 +4,4 @@ RUN apt install -y build-essential \
python \
python-pip
RUN pip install pycodestyle coverage
RUN pip install pycodestyle coverage mock