Skip to content

Commit a311102

Browse files
committed
Ubuntu package corrections
1 parent 2fddaca commit a311102

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ ENV LANG=${OS_LOCALE} \
1212
RUN 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 \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SHELL = /bin/sh
77

88
include .env # .env file needs to created for this to work properly
99

10-
TAG = 1.8.3
10+
TAG = 1.8.4
1111
CONTAINER = apache
1212
IMAGE_REPO = htmlgraphic
1313
IMAGE_NAME = $(IMAGE_REPO)/$(CONTAINER)

0 commit comments

Comments
 (0)