From 2083bea28fc5ed407adf429f048e0bdb7946e8e0 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 22:57:18 +0100 Subject: [PATCH] Remove base image alias. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a90a63..ca00d38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN cp /usr/share/libtool/build-aux/missing ./ \ WORKDIR / -FROM python:3.6-alpine as base +FROM python:3.6-alpine RUN apk add coreutils