diff --git a/Dockerfile b/Dockerfile index bebaff0..dad4134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine as base +FROM python as base FROM base as builder RUN mkdir /install