We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee992e5 + dba9253 commit 3b4ff53Copy full SHA for 3b4ff53
Dockerfile
@@ -25,7 +25,8 @@ RUN cd /tmp \
25
&& git clone https://github.com/sstephenson/bats.git \
26
&& cd bats \
27
&& git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \
28
- && ./install.sh /usr/local
+ && ./install.sh /usr/local \
29
+ && rm -rf /tmp/bats
30
31
# install criu
32
ENV CRIU_VERSION 1.7
0 commit comments