From 6b9e860feddf4884d46643be33391197a6c76944 Mon Sep 17 00:00:00 2001 From: Mike Matera Date: Mon, 20 May 2024 08:58:23 -0700 Subject: [PATCH] Update to newer container base. --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f91d61..aa2a879 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN npm run build FROM docker.io/ubuntu:24.04 -RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y python3-pip tzdata libmariadb-dev python3-venv +RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y python3-pip tzdata libmariadb-dev python3-venv mariadb-client build-essential pkg-config COPY . /app RUN mkdir /db diff --git a/requirements.txt b/requirements.txt index f654ce8..ff327af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django antlr4-python3-runtime==4.7.2 -mariadb +mysqlclient