Skip to content

Commit

Permalink
Add cffi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbithell committed Mar 24, 2018
1 parent 50b0dcf commit c99bfec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ FROM resin/%%RESIN_MACHINE_NAME%%-debian
python3-pip \
python3-tk \
python3-pip \
python3-cffi \
libfreetype6-dev \
rpl \
git \
nano

RUN pip3 install 'setuptools>=39.0.1' --force-reinstall
RUN pip3 install -U setuptools
RUN pip3 install pyserial pusher
#pip also install - git+https://github.com/resin-io/resin-sdk-python.git

Expand Down

0 comments on commit c99bfec

Please sign in to comment.