Skip to content

Commit

Permalink
removed unnecessary DockerIam flag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhuberfoo committed Jun 20, 2016
1 parent 399a01d commit 15b6b6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/crosswalks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN echo "repo URL:[$GIT_REPO_URL] branch:[$GIT_BRANCH]"
RUN cd /root \
&& git clone --single-branch --branch $GIT_BRANCH --depth 1 $GIT_REPO_URL \
&& cd OSM-Crosswalk-Detection \
&& python setup.py install \
&& touch DockerIam
&& python setup.py install

# store results in this directory
ENV OUTPUT_DIR=/output
Expand Down

0 comments on commit 15b6b6b

Please sign in to comment.