-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
docker build -t woo .
gives
---> cdc7b67fef0b
Step 9/13 : RUN if [ "$STOREFRONT_VERSION" = "0" ]; then html2=`curl --silent https://woocommerce.com/storefront/` && themefile=`echo $html2 | grep -Eo "http://downloads.wordpress.org/theme/storefront.[0-9]*[.][0-9]*[.][0-9]*[.]zip" | head -n1 ` && STOREFRONT_VERSION=`echo $themefile | sed -n 's/.*\([0-9]\{1,\}[.][0-9]\{1,\}[.][0-9]\{1,\}\).zip/\1/p' ` && wget $themefile -O /tmp/temp2.zip && cd /usr/src/wordpress/wp-content/themes && unzip /tmp/temp2.zip && chown -R www-data:www-data /usr/src/wordpress/wp-content/themes/storefront ; fi
---> Running in 462d81e02c6e
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
and also
image: kennyl/docker-woocommerce
does not exist in docker hub anymore
Metadata
Metadata
Assignees
Labels
No labels