Skip to content

Commit

Permalink
Merge pull request moodlehq#113 from stronk7/7.1-buster
Browse files Browse the repository at this point in the history
Finally add git to the PHP image (71-buster)
  • Loading branch information
stronk7 authored May 26, 2020
2 parents c064cb2 + f1c7897 commit 47a3769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ ADD root/ /
# Fix the original permissions of /tmp, the PHP default upload tmp dir.
RUN chmod 777 /tmp && chmod +t /tmp

# Install some packages that are useful within the images.
RUN apt-get update && apt-get install -y \
git \
&& rm -rf /var/lib/apt/lists/*

# Setup the required extensions.
ARG DEBIAN_FRONTEND=noninteractive
RUN /tmp/setup/php-extensions.sh
Expand Down

0 comments on commit 47a3769

Please sign in to comment.