remove unused build-time variables

we always use the latest anyway
This commit is contained in:
Wonderfall 2022-03-04 01:10:43 +01:00 committed by hoellen
parent 7611471834
commit df476c0dc4

View File

@ -13,9 +13,6 @@ ARG GID=1000
### Build PHP base ### Build PHP base
FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} as base FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} as base
ARG APCU_VERSION
ARG REDIS_VERSION
RUN apk -U upgrade \ RUN apk -U upgrade \
&& apk add -t build-deps \ && apk add -t build-deps \
$PHPIZE_DEPS \ $PHPIZE_DEPS \