mirror of https://github.com/krallin/tini.git
Ensure we always build in a clean environment
This commit is contained in:
parent
04119b2869
commit
0b3e77da75
|
@ -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/*
|
RUN apt-get update && apt-get install --no-install-recommends -y build-essential gdb && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ADD . /tini
|
ADD . /tini
|
||||||
RUN cd /tini && make
|
RUN cd /tini && make clean && make
|
||||||
|
|
||||||
ENTRYPOINT ["/tini/tini"]
|
ENTRYPOINT ["/tini/tini"]
|
||||||
|
|
Loading…
Reference in New Issue