Skip to content

Commit e19710f

Browse files
committed
Adjust Dockerfile to APy changes
1 parent 20e52cc commit e19710f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/apy.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2727
ADD https://apertium.projectjj.com/apt/install-nightly.sh .
2828
RUN 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

3939
RUN 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
4141
RUN cd apertium-apy && make -j2
4242

4343
# Install CLD2

0 commit comments

Comments
 (0)