Try for automated build compatibility on dockerhub

Remove (unnecessary?) clean in ant command
pull/52/head
luccioman 9 years ago
parent 82d4ff0811
commit e22a22c22f

@ -20,7 +20,7 @@ RUN ls -la /opt/yacy_search_server
WORKDIR /opt/yacy_search_server
# Compile with ant
RUN ant clean compile
RUN ant compile
# clean .git directory useless now
RUN rm -rf .git

Loading…
Cancel
Save