From e118fab8c65314367f8ae5c17de1959d8f3a0a18 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 17 Jul 2019 17:19:43 +0200 Subject: [PATCH] fix(core): update --- Dockerfile_iot | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile_iot b/Dockerfile_iot index 73d3a22..ea7971e 100644 --- a/Dockerfile_iot +++ b/Dockerfile_iot @@ -1,4 +1,5 @@ FROM hosttoday/ht-docker-node:latest as stage1 +LABEL author="Lossless GmbH " RUN apt-get update && apt-get install -y --no-install-recommends qemu-user-static binfmt-support # the following lines need to be run on a system that supports both architectures # update-binfmts --enable qemu-arm \