Skip to content

Commit d52e59a

Browse files
committed
magento
1 parent 33db355 commit d52e59a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/magento/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ RUN /usr/local/bin/apt_install.sh
3535
RUN /usr/local/bin/php_install.sh
3636
RUN /usr/local/bin/magento_init.sh
3737

38+
RUN a2enmod expires headers rewrite security2
39+
3840
RUN apt clean

apps/magento/src/extensions.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[apt]
2-
packages=git,wget,unzip,vim
2+
packages=git,wget,unzip,vim,libapache2-mod-security2
33

44
[php-extension]
55

0 commit comments

Comments
 (0)