Skip to content

Commit

Permalink
install libtool in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed May 19, 2022
1 parent 2511d90 commit d6b325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY Makefile .
COPY ocrd-tool.json .
COPY ocrd-olena-binarize .

ENV DEPS="g++ make automake git"
ENV DEPS="g++ make automake git libtool"
RUN apt-get update && \
apt-get -y install --no-install-recommends $DEPS && \
make deps-ubuntu && \
Expand Down
2 changes: 1 addition & 1 deletion build-olena.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /build-olena
COPY .gitmodules .
COPY Makefile .

ENV DEPS="g++ make automake git"
ENV DEPS="g++ make automake git libtool"
RUN apt-get update && \
apt-get -y install --no-install-recommends $DEPS && \
make deps-ubuntu && \
Expand Down

0 comments on commit d6b325b

Please sign in to comment.