Fixed line end causing build error.

pull/55/head
luccioman 9 years ago
parent 48ea77b8cc
commit b54356baec

@ -54,8 +54,8 @@ WORKDIR /opt
RUN apk update && \
apk add --no-cache git && \
git clone https://github.com/yacy/yacy_search_server.git && \
ant compile -f /opt/yacy_search_server/build.xml && \
rm -rf "/opt/yacy_search_server/.git" && \
ant compile -f /opt/yacy_search_server/build.xml && \
rm -rf /opt/yacy_search_server/.git && \
rm -rf /opt/ant && \
apk del git

Loading…
Cancel
Save