Skip to content

Commit d1a9c01

Browse files
committed
fix: switching to using Manticore bundle package
1 parent 285f825 commit d1a9c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then export ARCH="arm"; else expo
7272
&& dpkg -i manticore-dev-repo.noarch.deb \
7373
&& sed -i 's|http://repo.manticoresearch.com|https://repo.manticoresearch.com|g' /etc/apt/sources.list.d/*.list \
7474
&& apt-key adv --fetch-keys 'https://repo.manticoresearch.com/GPG-KEY-manticore' && apt-get -y update \
75-
&& apt-get -y install manticore manticore-extra manticore-load manticore-lemmatizer-uk manticore-language-packs;\
75+
&& apt-get -y install manticore;\
7676
elif [ ! -z "$DAEMON_URL" ]; then \
7777
echo "2nd step of building release image for linux/${ARCH}64 architecture" \
7878
&& echo "ARCH: ${ARCH}" \

0 commit comments

Comments
 (0)