Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNiccolson committed Jul 2, 2018
1 parent be2bbb3 commit 7abe1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WORKDIR /usr/src/app/astroplant-kit
# Install AP kit library
RUN pip install git+git://github.com/astroplant/astroplant-api-python-client.git#egg=astroplant-client

RUN cd /usr/src/app/astroplant-kit/ && pip install -e .
RUN cd /usr/src/app/astroplant-kit/ && python3 setup.py install

WORKDIR /usr/src/app/astroplant-peripheral-device-library

Expand All @@ -51,7 +51,7 @@ RUN pip install pyserial==3.4
RUN pip install rpi.gpio==0.6.3
RUN pip install git aw1thermsensor==1.0.5

RUN cd /usr/src/app/astroplant-peripheral-device-library/ && pip install -e .
RUN cd /usr/src/app/astroplant-peripheral-device-library/ && python3 setup.py install

# -- End of astroplant-client section -- #

Expand Down

0 comments on commit 7abe1d5

Please sign in to comment.