File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ ENV PHP_INI_DIR /usr/local/etc/php
3030RUN mkdir -p $PHP_INI_DIR/conf.d
3131
3232# #<autogenerated>##
33- RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
33+ RUN apt-get update \
34+ && apt-get install -y --no-install-recommends \
35+ apache2 \
36+ && rm -rf /var/lib/apt/lists/*
3437
3538ENV APACHE_CONFDIR /etc/apache2
3639ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ ENV PHP_INI_DIR /usr/local/etc/php
3030RUN mkdir -p $PHP_INI_DIR/conf.d
3131
3232# #<autogenerated>##
33- RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
33+ RUN apt-get update \
34+ && apt-get install -y --no-install-recommends \
35+ apache2 \
36+ && rm -rf /var/lib/apt/lists/*
3437
3538ENV APACHE_CONFDIR /etc/apache2
3639ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ ENV PHP_INI_DIR /usr/local/etc/php
3030RUN mkdir -p $PHP_INI_DIR/conf.d
3131
3232# #<autogenerated>##
33- RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
33+ RUN apt-get update \
34+ && apt-get install -y --no-install-recommends \
35+ apache2 \
36+ && rm -rf /var/lib/apt/lists/*
3437
3538ENV APACHE_CONFDIR /etc/apache2
3639ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
Original file line number Diff line number Diff line change 1- RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
1+ RUN apt-get update \
2+ && apt-get install -y --no-install-recommends \
3+ apache2 \
4+ && rm -rf /var/lib/apt/lists/*
25
36ENV APACHE_CONFDIR /etc/apache2
47ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
You can’t perform that action at this time.
0 commit comments