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} \
12
12
RUN BUILD_DEPS='software-properties-common' \
13
13
&& dpkg-reconfigure locales \
14
14
&& 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 \
19
18
&& apt-get update && apt-get install -yq --no-install-recommends \
20
19
git \
21
20
cron \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SHELL = /bin/sh
7
7
8
8
include .env # .env file needs to created for this to work properly
9
9
10
- TAG = 1.8.3
10
+ TAG = 1.8.4
11
11
CONTAINER = apache
12
12
IMAGE_REPO = htmlgraphic
13
13
IMAGE_NAME = $(IMAGE_REPO ) /$(CONTAINER )
You can’t perform that action at this time.
0 commit comments