Open
Description
In the php dockerfile, it seems it doesnt install any zip package.
If you try to install laravel inside the container after docker-compose up, it says something like "not zip package aborting" - at this point I found
RUN apt-get update \
&& apt-get install -y libzip-dev \
&& docker-php-ext-install zip
however, this still causes the following warning
As there is no 'unzip' nor '7z' command installed zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
In search of the ultimate dockerfile.
Also, sorry if this is the wrong place to ask this.
Jolly Boy.
Metadata
Metadata
Assignees
Labels
No labels