Use better base image

This commit is contained in:
gabriel becker 2022-11-09 14:12:47 +11:00
parent f73cab41d1
commit 157cfffdba

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM python:3.9.15-buster
RUN apt-get update
RUN apt-get install -y \