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

Commit

Permalink
fix to use curl and follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed May 20, 2019
1 parent 3c2b512 commit 93ad781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ RUN cd /tmp \

# install adminer
&& rm -rf /usr/share/adminer/ && mkdir -p /usr/share/adminer/{public,private} \
&& wget "https://www.adminer.org/latest.php" -O /usr/share/adminer/public/index.php \
&& 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 93ad781

Please sign in to comment.