Remove base image alias.

This commit is contained in:
Alexis Lahouze 2018-11-25 22:57:18 +01:00
parent f16813df2a
commit 2083bea28f
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-alpine as base
FROM python:3.6-alpine
RUN apk add coreutils