Skip to content

Commit 3b4ff53

Browse files
author
Mrunal Patel
authored
Merge pull request #1097 from keloyang/remove-tmp-bats
remove /tmp/bats from dev_runc
2 parents ee992e5 + dba9253 commit 3b4ff53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN cd /tmp \
2525
&& git clone https://github.com/sstephenson/bats.git \
2626
&& cd bats \
2727
&& git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \
28-
&& ./install.sh /usr/local
28+
&& ./install.sh /usr/local \
29+
&& rm -rf /tmp/bats
2930

3031
# install criu
3132
ENV CRIU_VERSION 1.7

0 commit comments

Comments
 (0)