Update dockerfile

This commit is contained in:
na2na-p 2022-08-14 03:37:49 +09:00
parent cf231c202b
commit 8c5a08ceb2
No known key found for this signature in database
GPG key ID: C2038CA8B2D047B3

View file

@ -14,7 +14,8 @@ RUN if [ $enable_mecab -ne 0 ]; then apt-get update \
&& ./bin/install-mecab-ipadic-neologd -n -y \
&& rm -rf /opt/mecab-ipadic-neologd \
&& echo "dicdir = /usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd/" > /etc/mecabrc \
&& apt-get purge git make curl xz-utils file -y; fi
&& apt-get purge git make curl xz-utils file -y \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /root/.gnupg /tmp/library-scripts; fi
COPY . /ai