Skip to content

Commit 05cf216

Browse files
Adding headers apache module
1 parent 04e8661 commit 05cf216

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

civicrm/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN pecl install imagick \
5757

5858
RUN a2enmod rewrite
5959

60+
RUN a2enmod headers
61+
6062
ARG BUILDKIT_UID=1000
6163

6264
ARG BUILDKIT_GID=$BUILDKIT_UID

publish/civicrm/php5.6/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN pecl install imagick \
5757

5858
RUN a2enmod rewrite
5959

60+
RUN a2enmod headers
61+
6062
ARG BUILDKIT_UID=1000
6163

6264
ARG BUILDKIT_GID=$BUILDKIT_UID

publish/civicrm/php7.0/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN pecl install imagick \
5757

5858
RUN a2enmod rewrite
5959

60+
RUN a2enmod headers
61+
6062
ARG BUILDKIT_UID=1000
6163

6264
ARG BUILDKIT_GID=$BUILDKIT_UID

publish/civicrm/php7.1/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN pecl install imagick \
5757

5858
RUN a2enmod rewrite
5959

60+
RUN a2enmod headers
61+
6062
ARG BUILDKIT_UID=1000
6163

6264
ARG BUILDKIT_GID=$BUILDKIT_UID

publish/civicrm/php7.2/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN pecl install imagick \
5757

5858
RUN a2enmod rewrite
5959

60+
RUN a2enmod headers
61+
6062
ARG BUILDKIT_UID=1000
6163

6264
ARG BUILDKIT_GID=$BUILDKIT_UID

publish/templates/civicrm/Dockerfile.twig

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ RUN pecl install imagick \
6161

6262
RUN a2enmod rewrite
6363

64+
RUN a2enmod headers
65+
6466
ARG BUILDKIT_UID=1000
6567

6668
ARG BUILDKIT_GID=$BUILDKIT_UID

0 commit comments

Comments
 (0)