File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11FROM php:7.1-cli
22
3- RUN apt-get update \
3+ RUN echo "deb http://archive.debian.org/debian buster main contrib non-free" > /etc/apt/sources.list \
4+ && echo "deb http://archive.debian.org/debian-security buster/updates main contrib non-free" >> /etc/apt/sources.list \
5+ && apt-get update --allow-releaseinfo-change \
46 && apt-get install -y unzip curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
57
68RUN docker-php-ext-install zip pcntl bcmath pdo_mysql intl pdo_pgsql
Original file line number Diff line number Diff line change 11FROM php:7.2-cli
22
3- RUN apt-get update \
4- && apt-get install -y unzip libbz2-dev curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
3+ RUN echo "deb http://archive.debian.org/debian buster main contrib non-free" > /etc/apt/sources.list \
4+ && echo "deb http://archive.debian.org/debian-security buster/updates main contrib non-free" >> /etc/apt/sources.list \
5+ && apt-get update --allow-releaseinfo-change \
6+ && apt-get install -y unzip curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
57
68RUN docker-php-ext-install zip pcntl bcmath pdo_mysql intl pdo_pgsql
79
You can’t perform that action at this time.
0 commit comments