diff options
Diffstat (limited to 'docker/storperf-swaggerui/Dockerfile')
-rw-r--r-- | docker/storperf-swaggerui/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-swaggerui/Dockerfile b/docker/storperf-swaggerui/Dockerfile index 9795c47..14c9fe1 100644 --- a/docker/storperf-swaggerui/Dockerfile +++ b/docker/storperf-swaggerui/Dockerfile @@ -12,7 +12,7 @@ # $ docker build -t opnfv/storperf-swaggerui:tag . ## -ARG ARCH +ARG ARCH=x86_64 ARG ALPINE_VERSION=v3.6 FROM multiarch/alpine:$ARCH-$ALPINE_VERSION |