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

Commit a39e271

Browse files
authored
Add in g++
1 parent f86191c commit a39e271

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 python make && \
12+
RUN apk add --no-cache --virtual .build-deps ca-certificates wget python make g++ && \
1313
yarn install --no-cache && \
1414
apk del .build-deps
1515

0 commit comments

Comments
 (0)