Skip to content

Commit

Permalink
Dockerfile: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
  • Loading branch information
Domenico Iezzi committed Oct 9, 2017
1 parent b131f43 commit 8676b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ WORKDIR /opt
RUN git clone https://github.com/NoMore201/playmaker

WORKDIR /opt/playmaker
RUN pi3 install gpapi && pip3 install . && \
RUN pip3 install gpapi && pip3 install . && \
cp /opt/playmaker/playmaker.conf /data/fdroid && \
cd /opt && rm -rf playmaker

Expand Down

0 comments on commit 8676b88

Please sign in to comment.