Skip to content

Commit

Permalink
best practices: remove apk --update
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 19, 2019
1 parent e099d8d commit 1aa9ed9
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 @@ -6,7 +6,7 @@
FROM php:7.3-fpm-alpine AS base

RUN set -x \
&& apk add --update --no-cache --virtual .build-deps ${PHPIZE_DEPS} \
&& apk add --no-cache --virtual .build-deps ${PHPIZE_DEPS} \
&& pecl install mongodb && docker-php-ext-enable mongodb \
&& apk del .build-deps

Expand Down

0 comments on commit 1aa9ed9

Please sign in to comment.