blob: 01a010008774312119f4ab0297d8d1cd51f4ca21 [file] [log] [blame]
FROM apache:uimacpp AS build
WORKDIR /examples
RUN apt-get update && apt-get -y install --no-install-suggests libapr1-dev libxerces-c-dev libicu-dev build-essential pkgconf autoconf
COPY . .
RUN UIMACPP_HOME=/usr/local/uimacpp make -C src -f all.mak
# copy the annotators
FROM scratch
COPY --from=build /examples/src/*.so .