diff --git a/Dockerfile b/Dockerfile index 7ac2694..acc40aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +FROM python:3.9 WORKDIR /3m RUN apk update && apk add git mariadb-dev build-base