Skip to content

Commit

Permalink
Adding building dependencies to first image
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolkena committed Oct 27, 2023
1 parent 537e9d2 commit f9293de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:14-alpine AS builder
ENV NODE_OPTIONS=--max-old-space-size=8192

# Install build dependancies.
RUN apk --no-cache add git python3
RUN apk --no-cache add git python3 build-base

RUN npm install -g [email protected]

Expand Down

0 comments on commit f9293de

Please sign in to comment.