Skip to content

Commit

Permalink
Fix PyPI packge anme in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboldt committed Oct 4, 2016
1 parent dd567da commit fa05642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker-tile-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apk add --no-cache zip &&\
wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python && \
apk del build-dependencies

COPY tile_generator-*.tar.gz .
RUN pip install tile_generator-*.tar.gz
COPY tile-generator-*.tar.gz .
RUN pip install tile-generator-*.tar.gz

RUN apk add --no-cache ruby ruby-bundler

Expand Down

0 comments on commit fa05642

Please sign in to comment.