Ensure we always build in a clean environment

pull/1/head
Thomas Orozco 10 years ago
parent 04119b2869
commit 0b3e77da75
  1. 2
      Dockerfile

@ -3,6 +3,6 @@ FROM ubuntu
RUN apt-get update && apt-get install --no-install-recommends -y build-essential gdb && rm -rf /var/lib/apt/lists/*
ADD . /tini
RUN cd /tini && make
RUN cd /tini && make clean && make
ENTRYPOINT ["/tini/tini"]

Loading…
Cancel
Save