From f4fd858b5a7707fd3e9872392187255b6d2a731f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 22:35:54 +0100 Subject: [PATCH] Fix alpine image name. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e01fb0f..0aaaad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN cp /usr/share/libtool/build-aux/missing ./ \ WORKDIR / -FROM python:3.6-alpin as base +FROM python:3.6-alpine as base RUN apk add coreutils