Skip to content

Commit

Permalink
chore(docker): Trim container size by not baking in manual and examples
Browse files Browse the repository at this point in the history
They are nearly unreachable anyway...
  • Loading branch information
alerque committed Mar 29, 2021
1 parent 3988339 commit 40a1972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -27,7 +27,7 @@ WORKDIR /src
RUN build-aux/docker-bootstrap.sh

RUN ./bootstrap.sh
RUN ./configure
RUN ./configure --without-manual --without-examples
RUN make
RUN make check
RUN make install DESTDIR=/pkgdir
Expand Down

0 comments on commit 40a1972

Please sign in to comment.