Skip to content

Commit

Permalink
fix(docker): Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jheaff1 committed Sep 14, 2022
1 parent 81587ee commit 2743a71
Show file tree
Hide file tree
Showing 3 changed files with 14,183 additions and 2,135 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FROM alpine:latest as dependencies

RUN apk add --no-cache \
nodejs npm
nodejs npm python3 sqlite make gcc g++ libc-dev

COPY package.json .
RUN npm install
Expand Down
Loading

0 comments on commit 2743a71

Please sign in to comment.