Adding PHP zip extension in a Docker image

I am trying to install the Zip extension of my PHP container built from php:7.4-fpm-alpine This is what I am using in my Dockerfile RUN apk add --no-cache zip libzip-dev RUN docker-php-ext-configur...