Add redis PHP extension to Akaunting V setup

This commit is contained in:
Mohammed Al-Mahdawi 2022-08-18 14:50:53 +03:00
parent 28c9244ef6
commit e8cc593849
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ RUN docker-php-ext-configure gd \
pcntl \ pcntl \
pdo \ pdo \
pdo_mysql \ pdo_mysql \
zip zip \
redis
RUN curl -Lo /tmp/akaunting.zip 'https://akaunting.com/download.php?version=latest&utm_source=docker&utm_campaign=developers' RUN curl -Lo /tmp/akaunting.zip 'https://akaunting.com/download.php?version=latest&utm_source=docker&utm_campaign=developers'