Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesCaley committed Feb 26, 2015
1 parent 2709772 commit e8776c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN apt-get install -y git python make g++ libudev-dev libusb-1.0-0-dev build-es

RUN apt-get install -y ca-certificates
RUN wget https://raw.githubusercontent.com/bakerface/pifi/master/install
RUN chmod +x install && ./install
RUN chmod +x install
RUN ./install

WORKDIR /src
ADD package.json /src/package.json
Expand Down

0 comments on commit e8776c0

Please sign in to comment.