Remove external PHP repository

This is no longer needed for PHP 7.3, which is part of Ubuntu Bionic

Fixes #53
Chris Halls 2020-01-09 17:54:12 +01:00
parent 048e8ba141
commit be00d58904
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ RUN apt-get update && \
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
RUN add-apt-repository -y ppa:ondrej/php && apt-get update
# Apache
RUN apt-get install -y apache2 apache2-doc apache2-utils && \