Fix dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-10-28 15:32:29 +02:00
parent daa3a15ea5
commit 3be5181250
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -1,6 +1,4 @@
FROM python:3 as base FROM python:3.7 as base
MAINTAINER Ben Yanke <benyanke@gmail.com>
############## ##############
# Main setup stage # Main setup stage