Skip to content

Commit

Permalink
Remove temporarely files from tmp cuz we do not need it in Docker ima…
Browse files Browse the repository at this point in the history
…ge (#73)

Co-authored-by: djklim87 <klim@manticoresearch.com>
  • Loading branch information
donhardman and djklim87 authored Feb 13, 2024
1 parent 1c88f96 commit 1297627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ RUN if [ -d "/packages/" ]; then apt -y install /packages/*deb; fi \
&& wget -q https://repo.manticoresearch.com/repository/morphology/ru.pak.tgz?docker_build=1 -O /tmp/ru.pak.tgz \
&& tar -xf /tmp/en.pak.tgz -C /usr/share/manticore/ \
&& tar -xf /tmp/de.pak.tgz -C /usr/share/manticore/ \
&& tar -xf /tmp/ru.pak.tgz -C /usr/share/manticore/
&& tar -xf /tmp/ru.pak.tgz -C /usr/share/manticore/ \
&& rm /tmp/*.pak.tgz

COPY manticore.conf.sh /etc/manticoresearch/
RUN md5sum /etc/manticoresearch/manticore.conf | awk '{print $1}' > /manticore.conf.md5
Expand Down

0 comments on commit 1297627

Please sign in to comment.