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

Commit 290b18c

Browse files
authored
Merge pull request #160 from pszreder/master
move git package from build-deps to permanently installed software
2 parents f6a546a + bbca26c commit 290b18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/vue-storefront-api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ENV VS_ENV prod
44

55
WORKDIR /var/www
66

7-
RUN apk add --no-cache curl
7+
RUN apk add --no-cache curl git
88

99
COPY package.json ./
1010

11-
RUN apk add --no-cache --virtual .build-deps ca-certificates wget git && \
11+
RUN apk add --no-cache --virtual .build-deps ca-certificates wget && \
1212
yarn install --no-cache && \
1313
apk del .build-deps
1414

0 commit comments

Comments
 (0)