Skip to content

Commit f50cfe7

Browse files
authored
Merge pull request moodlehq#112 from stronk7/7.2-buster
Finally add git to the PHP image (72-buster)
2 parents 8058872 + ff440cf commit f50cfe7

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)