Skip to content

Commit

Permalink
Add apt-get update command after apt-get clean
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac091 committed May 15, 2024
1 parent e8c4516 commit 6aa3045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ RUN rm -rf eflomal
ENV EFLOMAL_PATH=/usr/local/bin

# Install fast_align
RUN apt-get install --no-install-recommends -y libgoogle-perftools-dev libsparsehash-dev
RUN apt-get update && \
apt-get install --no-install-recommends -y libgoogle-perftools-dev libsparsehash-dev
RUN git clone https://github.com/clab/fast_align.git
RUN mkdir fast_align/build
RUN cmake -S fast_align -B fast_align/build
Expand Down

0 comments on commit 6aa3045

Please sign in to comment.