File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ ENV LANG=${OS_LOCALE} \
1212RUN BUILD_DEPS='software-properties-common' \
1313 && dpkg-reconfigure locales \
1414 && apt-get install -y $BUILD_DEPS \
15- && add-apt-repository -y ppa:ondrej/php \
16- && add-apt-repository -y ppa:ondrej/apache2 \
17- && apt-get update \
18- && apt-get install -y curl apache2 libsasl2-modules libapache2-mod-php7.4 libmcrypt-dev php7.4-cli php7.4-dev php7.4-readline php7.4-mbstring php7.4-zip php7.4-intl php-xml php7.4-xml php7.4-xmlrpc php7.4-json php7.4-curl php7.4-gd php7.4-pgsql php7.4-mysql php-pear \
15+ && add-apt-repository -y ppa:ondrej/php
16+
17+ RUN apt-get update && apt-get install -y curl apache2 libsasl2-modules libapache2-mod-php7.4 libmcrypt-dev php7.4-cli php7.4-dev php7.4-readline php7.4-mbstring php7.4-zip php7.4-intl php7.4-xml php7.4-xmlrpc php7.4-json php7.4-curl php7.4-gd php7.4-pgsql php7.4-mysql php-pear \
1918 && apt-get update && apt-get install -yq --no-install-recommends \
2019 git \
2120 cron \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SHELL = /bin/sh
77
88include .env # .env file needs to created for this to work properly
99
10- TAG = 1.8.3
10+ TAG = 1.8.4
1111CONTAINER = apache
1212IMAGE_REPO = htmlgraphic
1313IMAGE_NAME = $(IMAGE_REPO ) /$(CONTAINER )
You can’t perform that action at this time.
0 commit comments