Skip to content

Commit

Permalink
wget > curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankiewicz committed Oct 29, 2023
1 parent 8eacac0 commit 9ee9244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/compile-wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ RUN cd wordpress && \

# === Install WooCommerce ===
RUN cd wordpress/wp-content/plugins && \
wget https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip -O out && \
curl -L https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip > out && \
unzip out && \
rm out && \
cd ../../ && \
Expand Down

0 comments on commit 9ee9244

Please sign in to comment.