summaryrefslogtreecommitdiffhomepage
path: root/images/basic
diff options
context:
space:
mode:
Diffstat (limited to 'images/basic')
-rw-r--r--images/basic/fsstress/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/basic/fsstress/Dockerfile b/images/basic/fsstress/Dockerfile
index 84604ead5..21b86065a 100644
--- a/images/basic/fsstress/Dockerfile
+++ b/images/basic/fsstress/Dockerfile
@@ -1,7 +1,7 @@
# Usage: docker run --rm fsstress -d /test -n 10000 -p 100 -X -v
FROM alpine
-RUN apk add git
+RUN apk update && apk add git
RUN git clone https://github.com/linux-test-project/ltp.git --depth 1
WORKDIR /ltp