File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ RUN set -ex; \
123123
124124# Copy configuration
125125COPY config.inc.php /etc/phpmyadmin/config.inc.php
126+ COPY helpers.php /etc/phpmyadmin/helpers.php
126127RUN chown www-data:www-data -R /etc/phpmyadmin/
127128
128129# Copy main script
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ RUN set -ex; \
143143
144144# Copy configuration
145145COPY config.inc.php /etc/phpmyadmin/config.inc.php
146+ COPY helpers.php /etc/phpmyadmin/helpers.php
146147RUN chown www-data:www-data -R /etc/phpmyadmin/
147148
148149# Copy main script
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ RUN set -ex; \
124124
125125# Copy configuration
126126COPY config.inc.php /etc/phpmyadmin/config.inc.php
127+ COPY helpers.php /etc/phpmyadmin/helpers.php
127128RUN chown www-data:www-data -R /etc/phpmyadmin/
128129
129130# Copy main script
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ RUN set -ex; \
3838 | sort -u \
3939 | xargs -rt apt-mark manual; \
4040 \
41+ # start: Apache specific build
42+ a2enmod remoteip; \
43+ # end: Apache specific build
4144 \
4245 apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
4346 rm -rf /var/lib/apt/lists/*; \
@@ -141,6 +144,7 @@ RUN set -ex; \
141144
142145# Copy configuration
143146COPY config.inc.php /etc/phpmyadmin/config.inc.php
147+ COPY helpers.php /etc/phpmyadmin/helpers.php
144148RUN chown www-data:www-data -R /etc/phpmyadmin/
145149
146150# Copy main script
You can’t perform that action at this time.
0 commit comments