You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple Dockerfile fails to build, with or without the configure step in the middle:
FROM php:7.3-alpine3.8
RUN apk add --no-cache zip zlib-dev
RUN docker-php-ext-configure zip --with-zlib-dir=/usr/include
RUN docker-php-ext-install zip
This simple Dockerfile fails to build, with or without the configure step in the middle: