Permalink
Browse files
Updating PHP version
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
demo/grouper/sentrifugo_server/Dockerfile
|
@@ -24,8 +24,8 @@ php-gd php-xml patch curl vim git mysql-client wget unzip lynx netcat |
|
|
RUN phpenmod mcrypt && phpenmod gd |
|
|
RUN a2enmod xml2enc && a2enmod rewrite |
|
|
|
|
|
RUN sed -i 's/variables_order = .*/variables_order = "EGPCS"/' /etc/php/7.3/apache2/php.ini |
|
|
RUN sed -i 's/variables_order = .*/variables_order = "EGPCS"/' /etc/php/7.3/cli/php.ini |
|
|
RUN sed -i 's/variables_order = .*/variables_order = "EGPCS"/' /etc/php/7.4/apache2/php.ini |
|
|
RUN sed -i 's/variables_order = .*/variables_order = "EGPCS"/' /etc/php/7.4/cli/php.ini |
|
|
|
|
|
RUN useradd --uid 1000 --gid 50 docker |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.