Skip to content

Commit

Permalink
Update to newer container base.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed May 20, 2024
1 parent 75539a8 commit 6b9e860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django
antlr4-python3-runtime==4.7.2
mariadb
mysqlclient

0 comments on commit 6b9e860

Please sign in to comment.