Skip to content

Commit d7b4845

Browse files
committed
fix(Dockerfile): apk update should come before apk add)
1 parent f43609b commit d7b4845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/customer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ COPY . .
1313
RUN turbo prune customer --docker
1414

1515
FROM base AS installer
16-
RUN apk add --no-cache python3 py3-pip make g++
1716
RUN apk update
17+
RUN apk add --no-cache python3 py3-pip make g++
1818

1919
WORKDIR /app
2020

0 commit comments

Comments
 (0)