From 55eb0fd51c960a201e797121d29a70e77c26d0e7 Mon Sep 17 00:00:00 2001 From: Matthias Lohr Date: Mon, 15 Oct 2018 10:11:20 +0200 Subject: [PATCH] updated labels --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a5917a..3940efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM alpine:3.8 -LABEL maintainer="Matthias Lohr " +LABEL maintainer="Matthias Lohr " +LABEL architecture="amd64" RUN apk add --no-cache bash ca-certificates file iptables libc6-compat libgcc libstdc++ wget && \ update-ca-certificates