We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285f825 commit d1a9c01Copy full SHA for d1a9c01
1 file changed
Dockerfile
@@ -72,7 +72,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then export ARCH="arm"; else expo
72
&& dpkg -i manticore-dev-repo.noarch.deb \
73
&& sed -i 's|http://repo.manticoresearch.com|https://repo.manticoresearch.com|g' /etc/apt/sources.list.d/*.list \
74
&& 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;\
+ && apt-get -y install manticore;\
76
elif [ ! -z "$DAEMON_URL" ]; then \
77
echo "2nd step of building release image for linux/${ARCH}64 architecture" \
78
&& echo "ARCH: ${ARCH}" \
0 commit comments