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

Commit f86191c

Browse files
authored
Add python and make to build in docker
1 parent 093d393 commit f86191c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/vue-storefront-api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache curl git
99
COPY package.json ./
1010
COPY yarn.lock ./
1111

12-
RUN apk add --no-cache --virtual .build-deps ca-certificates wget && \
12+
RUN apk add --no-cache --virtual .build-deps ca-certificates wget python make && \
1313
yarn install --no-cache && \
1414
apk del .build-deps
1515

0 commit comments

Comments
 (0)