mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
Docker - do not install "zip" package
This commit is contained in:
@@ -7,9 +7,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
vim \
|
vim \
|
||||||
git \
|
git \
|
||||||
zip \
|
|
||||||
unzip \
|
unzip \
|
||||||
zlib1g-dev \
|
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
@@ -18,7 +16,6 @@ RUN apt-get update \
|
|||||||
# PHP extensions
|
# PHP extensions
|
||||||
#
|
#
|
||||||
RUN docker-php-ext-install \
|
RUN docker-php-ext-install \
|
||||||
zip \
|
|
||||||
intl \
|
intl \
|
||||||
mbstring
|
mbstring
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user