Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
Trying to mkdir /usr/local/src even when base image already did that
  • Loading branch information
David Karchmer committed Feb 6, 2016
1 parent 804e60a commit 1763b7b
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 @@ -50,7 +50,7 @@ ENV IMAGEMAGICK_BINARY convert
# Use PIP when issue fixed. For now, change the defaults
# manually
RUN pip install tqdm
RUN mkdir /usr/local/src

WORKDIR /usr/local/src
RUN git clone -q https://github.com/Zulko/moviepy.git
WORKDIR /usr/local/src/moviepy
Expand Down

0 comments on commit 1763b7b

Please sign in to comment.