We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c4516 commit 6aa3045Copy full SHA for 6aa3045
Dockerfile
@@ -67,7 +67,8 @@ RUN rm -rf eflomal
67
ENV EFLOMAL_PATH=/usr/local/bin
68
69
# Install fast_align
70
-RUN apt-get install --no-install-recommends -y libgoogle-perftools-dev libsparsehash-dev
+RUN apt-get update && \
71
+ apt-get install --no-install-recommends -y libgoogle-perftools-dev libsparsehash-dev
72
RUN git clone https://github.com/clab/fast_align.git
73
RUN mkdir fast_align/build
74
RUN cmake -S fast_align -B fast_align/build
0 commit comments