Fix alpine image name.

This commit is contained in:
Alexis Lahouze 2018-11-25 22:35:54 +01:00
parent 0a90f09c68
commit f4fd858b5a
1 changed files with 1 additions and 1 deletions

View File

@ -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