Skip to content

Commit

Permalink
Dockerfile: Update to PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Jan 20, 2022
1 parent c1e2ad1 commit afd5059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-apache
FROM php:7.4-apache
MAINTAINER Julian Xhokaxhiu <info at julianxhokaxhiu dot com>

# internal variables
Expand All @@ -15,8 +15,9 @@ RUN a2enmod rewrite
RUN apt-get update \
&& buildDeps=" \
zlib1g-dev \
libzip-dev \
" \
&& apt-get install -y git $buildDeps --no-install-recommends \
&& apt-get install -y git libzip4 $buildDeps --no-install-recommends \
&& rm -r /var/lib/apt/lists/* \
\
&& docker-php-ext-install zip \
Expand Down

0 comments on commit afd5059

Please sign in to comment.