From 70117964196665828a8797ca1300d37dfdb05a63 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 9 Nov 2020 11:08:16 +0800 Subject: [PATCH] Fixed dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd32814..401784e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Base on latest (edge) alpine image FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 -LABEL "Maintainer Jonathan Ervine " +LABEL Maintainer="Jonathan Ervine " # Install updates ENV LANG='en_US.UTF-8' \ @@ -8,7 +8,7 @@ ENV LANG='en_US.UTF-8' \ FLASK_APP=/data/app-dev/app.py RUN apk update && \ - apk -U upgrade --ignore aline-baselayout && \ + apk -U upgrade --ignore alpine-baselayout && \ apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git && \ adduser -D python