Skip to content

Commit

Permalink
web: fix mariadb compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RTUnreal committed May 13, 2024
1 parent f939540 commit 3e37bce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions service/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM php:8.3-apache

RUN apt install mariadb-client

RUN docker-php-ext-install mysqli
RUN docker-php-ext-enable mysqli

RUN apt update
RUN apt install -y mariadb-client

COPY src/ /var/www/html/

0 comments on commit 3e37bce

Please sign in to comment.