Skip to content

Commit

Permalink
Merge pull request #12 from luxus/patch-1
Browse files Browse the repository at this point in the history
adding --no-check-certificate
  • Loading branch information
patrickbusch committed May 9, 2016
2 parents c5bbd2b + 6230ec9 commit 9178f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.specific-PI
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

#RUN curl -sLS https://apt.adafruit.com/add | sudo bash
RUN echo "deb http://apt.adafruit.com/raspbian/ jessie main" >> /etc/apt/sources.list
RUN wget -O - -q https://apt.adafruit.com/apt.adafruit.com.gpg.key | apt-key add -
RUN wget --no-check-certificate -O - -q https://apt.adafruit.com/apt.adafruit.com.gpg.key | apt-key add -
RUN apt-get update
RUN apt-get install -y node
RUN apt-get install -y node

0 comments on commit 9178f7f

Please sign in to comment.