Skip to content

PHP Zip plugin #206

Open
Open
@Boy19991

Description

@Boy19991

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions