Removed wrong instruction from Dockerfile

This commit is contained in:
Alexey Milovidov 2019-06-30 21:22:51 +03:00
parent 008f3a247e
commit 7181ecabb8

View File

@ -71,8 +71,5 @@ RUN apt-get --allow-unauthenticated update -y \
gperf \
alien
RUN git clone https://github.com/uber/h3 && cd h3 && cmake . && make && make install && cd .. && rm -rf h3
COPY build.sh /
CMD ["/bin/bash", "/build.sh"]