✏️ Fixes spelling error in Dockerfile

This commit is contained in:
Franck Nijhof 2019-01-09 19:36:51 +01:00
parent 62de1d08e6
commit 944a8d68d1
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -34,7 +34,7 @@ RUN \
# Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /
# Build arugments # Build arguments
ARG BUILD_ARCH ARG BUILD_ARCH
ARG BUILD_DATE ARG BUILD_DATE
ARG BUILD_REF ARG BUILD_REF