mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 20:19:24 +00:00
remove unused build-time variables
we always use the latest anyway
This commit is contained in:
parent
7611471834
commit
df476c0dc4
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user