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 0345b69 commit f9d8f3fCopy full SHA for f9d8f3f
7.3/alpine/Dockerfile
@@ -37,6 +37,9 @@ RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make pcre-d
37
&& docker-php-ext-enable imagick \
38
&& apk del autoconf g++ libtool make pcre-dev
39
40
+# exif
41
+RUN docker-php-ext-install exif
42
+
43
# git client, mysql-client
44
RUN apk add --update --no-cache git mysql-client
45
0 commit comments