change docker deps

This commit is contained in:
CEF Server 2024-07-28 00:11:45 +00:00
parent 4849dbec08
commit 20ee543ab4

View file

@ -1,6 +1,6 @@
FROM docker.io/python:3.12-alpine
WORKDIR /3m
RUN apk update && apk add git mariadb-dev build-base
RUN apk update && apk add git openssl mariadb-connector-c-dev build-base
COPY ./requirements.txt /app/requirements.txt