Skip to content

Commit

Permalink
Adding headers apache module
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcandrew committed Jul 24, 2018
1 parent 04e8661 commit 05cf216
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions civicrm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN pecl install imagick \

RUN a2enmod rewrite

RUN a2enmod headers

ARG BUILDKIT_UID=1000

ARG BUILDKIT_GID=$BUILDKIT_UID
Expand Down
2 changes: 2 additions & 0 deletions publish/civicrm/php5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN pecl install imagick \

RUN a2enmod rewrite

RUN a2enmod headers

ARG BUILDKIT_UID=1000

ARG BUILDKIT_GID=$BUILDKIT_UID
Expand Down
2 changes: 2 additions & 0 deletions publish/civicrm/php7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN pecl install imagick \

RUN a2enmod rewrite

RUN a2enmod headers

ARG BUILDKIT_UID=1000

ARG BUILDKIT_GID=$BUILDKIT_UID
Expand Down
2 changes: 2 additions & 0 deletions publish/civicrm/php7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN pecl install imagick \

RUN a2enmod rewrite

RUN a2enmod headers

ARG BUILDKIT_UID=1000

ARG BUILDKIT_GID=$BUILDKIT_UID
Expand Down
2 changes: 2 additions & 0 deletions publish/civicrm/php7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN pecl install imagick \

RUN a2enmod rewrite

RUN a2enmod headers

ARG BUILDKIT_UID=1000

ARG BUILDKIT_GID=$BUILDKIT_UID
Expand Down
2 changes: 2 additions & 0 deletions publish/templates/civicrm/Dockerfile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ RUN pecl install imagick \

RUN a2enmod rewrite

RUN a2enmod headers

ARG BUILDKIT_UID=1000

ARG BUILDKIT_GID=$BUILDKIT_UID
Expand Down

0 comments on commit 05cf216

Please sign in to comment.