File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-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 @@ -144,6 +144,7 @@ RUN set -ex; \
144144
145145# Copy configuration
146146COPY config.inc.php /etc/phpmyadmin/config.inc.php
147+ COPY helpers.php /etc/phpmyadmin/helpers.php
147148RUN chown www-data:www-data -R /etc/phpmyadmin/
148149
149150# 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 @@ -141,6 +141,7 @@ RUN set -ex; \
141141
142142# Copy configuration
143143COPY config.inc.php /etc/phpmyadmin/config.inc.php
144+ COPY helpers.php /etc/phpmyadmin/helpers.php
144145RUN chown www-data:www-data -R /etc/phpmyadmin/
145146
146147# Copy main script
You can’t perform that action at this time.
0 commit comments