Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed May 20, 2019
1 parent 93ad781 commit a991b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ RUN cd /tmp \
&& rm -rf /usr/share/phpmyadmin/* && rm -rf /usr/share/phppgadmin/* \

# install adminer
&& rm -rf /usr/share/adminer/ && mkdir -p /usr/share/adminer/{public,private} \
&& curl -SL 'https://www.adminer.org/latest.php' --output /usr/share/adminer/public/index.php \
&& rm -rf /usr/share/adminer && mkdir -p /usr/share/adminer/public \
&& curl -SL https://www.adminer.org/latest.php --output /usr/share/adminer/public/index.php \

# overwrite (phpmyadmin, phppgadmin) with adminer
&& mkdir -p /etc/nginx/conf-d \
Expand Down

0 comments on commit a991b94

Please sign in to comment.