From 944a8d68d1c845e70b8049f6c3d44758f1edd634 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Jan 2019 19:36:51 +0100 Subject: [PATCH] :pencil2: Fixes spelling error in Dockerfile --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 97f2b12..1a0171e 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -34,7 +34,7 @@ RUN \ # Copy root filesystem COPY rootfs / -# Build arugments +# Build arguments ARG BUILD_ARCH ARG BUILD_DATE ARG BUILD_REF