pull/698/head
Mister_X 3 weeks ago
parent 2a31c18c51
commit 557ceffb5e

@ -25,9 +25,9 @@ RUN ant compile -f /opt/yacy_search_server/build.xml && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
WORKDIR /opt/yacy_search_server/ WORKDIR /opt/yacy_search_server/
RUN git rev-parse HEAD > .git/shallow && \ #RUN git rev-parse HEAD > .git/shallow && \
git tag -l | xargs git tag -d && \ # git tag -l | xargs git tag -d && \
git gc --prune=now # git gc --prune=now
# Set initial admin password: "yacy" (encoded with custom yacy md5 function net.yacy.cora.order.Digest.encodeMD5Hex()) # Set initial admin password: "yacy" (encoded with custom yacy md5 function net.yacy.cora.order.Digest.encodeMD5Hex())
RUN sed -i "/adminAccountBase64MD5=/c\adminAccountBase64MD5=MD5:8cffbc0d66567a0987a4aba1ec46d63c" /opt/yacy_search_server/defaults/yacy.init && \ RUN sed -i "/adminAccountBase64MD5=/c\adminAccountBase64MD5=MD5:8cffbc0d66567a0987a4aba1ec46d63c" /opt/yacy_search_server/defaults/yacy.init && \

Loading…
Cancel
Save