Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 0e74724

Browse files
author
Christian Seitzer
authored
Bugfix for missing images in vue storefront
Adding curl prevents an internal server error when vue-storefront-api tries to retrieve images from magento 2.
1 parent c9129e3 commit 0e74724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/vue-storefront-api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV VS_ENV prod
55
WORKDIR /var/www
66

77
RUN apk add --no-cache imagemagick
8+
RUN apk add --no-cache curl
89

910
COPY package.json ./
1011

0 commit comments

Comments
 (0)