Skip to content

Commit

Permalink
Tester å installere redis-tillegget
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikWulff committed Jun 20, 2024
1 parent 4a6eda8 commit df91b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN apk add --no-cache curl bash tar openssl xz git lz4

# Installerer PHP-extensions med https://github.com/mlocati/docker-php-extension-installer
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN install-php-extensions apcu opcache bcmath igbinary memcached gd zip @composer pdo mbstring xml curl ctype dom pcre openssl session tokenizer imagick/imagick@master
RUN install-php-extensions apcu opcache bcmath igbinary memcached gd zip @composer pdo mbstring xml curl ctype dom pcre openssl session tokenizer imagick/imagick@master redis

ENTRYPOINT [ "top", "-b" ]

0 comments on commit df91b89

Please sign in to comment.