Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker/development/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM php:7-fpm
RUN apt-get update; \
apt-get install -y \
libmcrypt-dev \
libzip-dev \
zlib1g-dev \
curl \
wget \
Expand Down Expand Up @@ -51,4 +52,4 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
ENV TERM xterm

# This directive is used to prevent permission issues when using shared volumes. Do not use in production!
RUN adduser www-data root
RUN adduser www-data root