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 @@ -94,6 +94,7 @@ RUN set -ex; \
9494 mkdir $SESSION_SAVE_PATH; \
9595 chmod 1777 $SESSION_SAVE_PATH; \
9696 chown www-data:www-data $SESSION_SAVE_PATH; \
97+ chown www-data:www-data $PMA_SSL_DIR; \
9798 \
9899 export GNUPGHOME="$(mktemp -d)"; \
99100 export GPGKEY="%%GPG_KEY%%"; \
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ RUN set -ex; \
110110 mkdir $SESSION_SAVE_PATH; \
111111 chmod 1777 $SESSION_SAVE_PATH; \
112112 chown www-data:www-data $SESSION_SAVE_PATH; \
113+ chown www-data:www-data $PMA_SSL_DIR; \
113114 \
114115 export GNUPGHOME="$(mktemp -d)"; \
115116 export GPGKEY="%%GPG_KEY%%"; \
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ RUN set -ex; \
111111 mkdir $SESSION_SAVE_PATH; \
112112 chmod 1777 $SESSION_SAVE_PATH; \
113113 chown www-data:www-data $SESSION_SAVE_PATH; \
114+ chown www-data:www-data $PMA_SSL_DIR; \
114115 \
115116 export GNUPGHOME="$(mktemp -d)" ; \
116117 export GPGKEY="3D06A59ECE730EB71B511C17CE752F178259BD92" ; \
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ RUN set -ex; \
9595 mkdir $SESSION_SAVE_PATH; \
9696 chmod 1777 $SESSION_SAVE_PATH; \
9797 chown www-data:www-data $SESSION_SAVE_PATH; \
98+ chown www-data:www-data $PMA_SSL_DIR; \
9899 \
99100 export GNUPGHOME="$(mktemp -d)" ; \
100101 export GPGKEY="3D06A59ECE730EB71B511C17CE752F178259BD92" ; \
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ RUN set -ex; \
108108 mkdir $SESSION_SAVE_PATH; \
109109 chmod 1777 $SESSION_SAVE_PATH; \
110110 chown www-data:www-data $SESSION_SAVE_PATH; \
111+ chown www-data:www-data $PMA_SSL_DIR; \
111112 \
112113 export GNUPGHOME="$(mktemp -d)" ; \
113114 export GPGKEY="3D06A59ECE730EB71B511C17CE752F178259BD92" ; \
You can’t perform that action at this time.
0 commit comments