Skip to content

Commit 7884752

Browse files
LordRobinCbzwilliamdes
authored andcommitted
Fix Dockerfile templates: add helpers.php
1 parent 2b712de commit 7884752

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ RUN set -ex; \
123123

124124
# Copy configuration
125125
COPY config.inc.php /etc/phpmyadmin/config.inc.php
126+
COPY helpers.php /etc/phpmyadmin/helpers.php
126127
RUN chown www-data:www-data -R /etc/phpmyadmin/
127128

128129
# Copy main script

Dockerfile-debian.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ RUN set -ex; \
143143

144144
# Copy configuration
145145
COPY config.inc.php /etc/phpmyadmin/config.inc.php
146+
COPY helpers.php /etc/phpmyadmin/helpers.php
146147
RUN chown www-data:www-data -R /etc/phpmyadmin/
147148

148149
# Copy main script

apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ RUN set -ex; \
144144

145145
# Copy configuration
146146
COPY config.inc.php /etc/phpmyadmin/config.inc.php
147+
COPY helpers.php /etc/phpmyadmin/helpers.php
147148
RUN chown www-data:www-data -R /etc/phpmyadmin/
148149

149150
# Copy main script

fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ RUN set -ex; \
124124

125125
# Copy configuration
126126
COPY config.inc.php /etc/phpmyadmin/config.inc.php
127+
COPY helpers.php /etc/phpmyadmin/helpers.php
127128
RUN chown www-data:www-data -R /etc/phpmyadmin/
128129

129130
# Copy main script

fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ RUN set -ex; \
141141

142142
# Copy configuration
143143
COPY config.inc.php /etc/phpmyadmin/config.inc.php
144+
COPY helpers.php /etc/phpmyadmin/helpers.php
144145
RUN chown www-data:www-data -R /etc/phpmyadmin/
145146

146147
# Copy main script

0 commit comments

Comments
 (0)