We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e57cb4 commit e708d22Copy full SHA for e708d22
Dockerfile
@@ -16,6 +16,7 @@ RUN apk add --no-cache --update git \
16
patch \
17
rsync \
18
libpng libpng-dev libzip-dev \
19
+ xvfb
20
&& docker-php-ext-install gd pdo pdo_mysql zip \
21
&& apk del libpng-dev \
22
&& rm -rf /var/cache/apk/* \
0 commit comments