Skip to content

Commit

Permalink
ci: Fix docker image fails build (#9141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed May 30, 2024
1 parent 61653a3 commit 6184185
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
############################################################
FROM node:lts-alpine AS build

RUN apk --no-cache add git
RUN apk --no-cache add \
build-base \
git \
python3

WORKDIR /tmp

# Copy package.json first to benefit from layer caching
Expand Down

0 comments on commit 6184185

Please sign in to comment.