mirror of https://github.com/akaunting/docker.git
Add redis PHP extension to Akaunting V setup
This commit is contained in:
parent
28c9244ef6
commit
e8cc593849
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue