Skip to content

Commit 1e0b334

Browse files
authored
Merge pull request moodlehq#110 from stronk7/7.4-buster
Finally add git to the PHP image (74-buster)
2 parents 4e72360 + 9272ef7 commit 1e0b334

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ ADD root/ /
44
# Fix the original permissions of /tmp, the PHP default upload tmp dir.
55
RUN chmod 777 /tmp && chmod +t /tmp
66

7+
# Install some packages that are useful within the images.
8+
RUN apt-get update && apt-get install -y \
9+
git \
10+
&& rm -rf /var/lib/apt/lists/*
11+
712
# Setup the required extensions.
813
ARG DEBIAN_FRONTEND=noninteractive
914
RUN /tmp/setup/php-extensions.sh

0 commit comments

Comments
 (0)