Merge pull request #1097 from keloyang/remove-tmp-bats

remove /tmp/bats from dev_runc
This commit is contained in:
Mrunal Patel 2016-10-12 11:07:56 -07:00 committed by GitHub
commit 3b4ff53867
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ RUN cd /tmp \
&& git clone https://github.com/sstephenson/bats.git \ && git clone https://github.com/sstephenson/bats.git \
&& cd bats \ && cd bats \
&& git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \ && git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \
&& ./install.sh /usr/local && ./install.sh /usr/local \
&& rm -rf /tmp/bats
# install criu # install criu
ENV CRIU_VERSION 1.7 ENV CRIU_VERSION 1.7