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

Commit f607ca9

Browse files
authored
Merge pull request #97 from ChristianSeitzer/patch-1
Bugfix for missing images in vue storefront
2 parents c9129e3 + 0e74724 commit f607ca9

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)