Skip to content

Commit

Permalink
Ubuntu package corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
gegere committed Feb 25, 2020
1 parent 2fddaca commit a311102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ ENV LANG=${OS_LOCALE} \
RUN BUILD_DEPS='software-properties-common' \
&& dpkg-reconfigure locales \
&& apt-get install -y $BUILD_DEPS \
&& add-apt-repository -y ppa:ondrej/php \
&& add-apt-repository -y ppa:ondrej/apache2 \
&& 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 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 \
&& add-apt-repository -y ppa:ondrej/php

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 \
&& apt-get update && apt-get install -yq --no-install-recommends \
git \
cron \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL = /bin/sh

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

TAG = 1.8.3
TAG = 1.8.4
CONTAINER = apache
IMAGE_REPO = htmlgraphic
IMAGE_NAME = $(IMAGE_REPO)/$(CONTAINER)
Expand Down

0 comments on commit a311102

Please sign in to comment.