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
30
30
RUN mkdir -p $PHP_INI_DIR/conf.d
31
31
32
32
# #<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/*
34
37
35
38
ENV APACHE_CONFDIR /etc/apache2
36
39
ENV 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
30
30
RUN mkdir -p $PHP_INI_DIR/conf.d
31
31
32
32
# #<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/*
34
37
35
38
ENV APACHE_CONFDIR /etc/apache2
36
39
ENV 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
30
30
RUN mkdir -p $PHP_INI_DIR/conf.d
31
31
32
32
# #<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/*
34
37
35
38
ENV APACHE_CONFDIR /etc/apache2
36
39
ENV 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/*
2
5
3
6
ENV APACHE_CONFDIR /etc/apache2
4
7
ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
You can’t perform that action at this time.
0 commit comments