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 ca1f661 commit 894f14dCopy full SHA for 894f14d
Dockerfile
@@ -70,7 +70,7 @@ RUN apt-get update -yqq \
70
&& pecl install memcached \
71
&& docker-php-ext-enable memcached
72
73
-# Remove 10 MB /usr/src/php.tar.xz file. Unnecesary since we never update PHP without rebuilding.
+# Remove 10 MB /usr/src/php.tar.xz file. Unnecessary since we never update PHP without rebuilding.
74
# Ref: https://github.com/docker-library/php/issues/488
75
RUN rm /usr/src/php.tar.xz /usr/src/php.tar.xz.asc
76
0 commit comments