add make in dockerfile

pull/125/head
Michel Promonet 5 years ago
parent b35df2aaf5
commit 2cb3762ab5

@ -4,7 +4,7 @@ LABEL maintainer michel.promonet@free.fr
WORKDIR /v4l2rtspserver
COPY . /v4l2rtspserver
RUN apt-get update && apt-get install -y --no-install-recommends g++ autoconf automake libtool xz-utils cmake liblog4cpp5-dev pkg-config git wget
RUN apt-get update && apt-get install -y --no-install-recommends g++ autoconf automake libtool xz-utils cmake make liblog4cpp5-dev pkg-config git wget
RUN cmake . && make \
&& apt-get clean

Loading…
Cancel
Save