mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 12:09:21 +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
|
||||
FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} as base
|
||||
|
||||
ARG APCU_VERSION
|
||||
ARG REDIS_VERSION
|
||||
|
||||
RUN apk -U upgrade \
|
||||
&& apk add -t build-deps \
|
||||
$PHPIZE_DEPS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user