We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73485c8 commit 0daa2f5Copy full SHA for 0daa2f5
docker/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:16.04
4
RUN set -x && \
5
apt-get update && \
6
apt-get install -y --no-install-recommends wget curl openssl ca-certificates nano netcat && \
7
- apt-get install -y --no-install-recommends php php-mysql php-curl php-intl php-mbstring php-zip php-mcrypt php-xdebug php-bcmath php-xml php-amqp
+ apt-get install -y --no-install-recommends php php-mysql php-redis php-curl php-intl php-mbstring php-zip php-mcrypt php-xdebug php-bcmath php-xml php-amqp
8
9
## confis
10
0 commit comments