Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/Dockerfile b/Dockerfile
- index dcb9431..3526f03 100644
- --- a/Dockerfile
- +++ b/Dockerfile
- @@ -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
Add Comment
Please, Sign In to add comment