File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ RUN apt-get --yes update && apt-get --yes install \
2222 wget \
2323 zlib1g-dev
2424
25- # Install Apertium and related grammar libraries
25+ # Install Apertium and related libraries
2626
2727ADD https://apertium.projectjj.com/apt/install-nightly.sh .
2828RUN bash install-nightly.sh
29- RUN apt-get --yes install apertium-all-dev
30- RUN apt-get --yes install giella-core giella-shared
29+ RUN apt-get --yes update && apt-get --yes install apertium-all-dev
30+ RUN apt-get --yes update && apt-get --yes install giella-core giella-shared hfst-ospell
3131
3232# Repair locales
3333
@@ -37,7 +37,7 @@ ENV LANG en_US.UTF-8
3737# Install APy
3838
3939RUN pip3 install --upgrade tornado
40- RUN git clone https://github.com/goavki/apertium-apy
40+ RUN git clone --recursive https://github.com/goavki/apertium-apy
4141RUN cd apertium-apy && make -j2
4242
4343# Install CLD2
You can’t perform that action at this time.
0 commit comments