Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add python and .gyp to support install and run of Glee project in container
  • Loading branch information
eelcofolkertsma authored Mar 1, 2024
1 parent 71b45b4 commit 58def5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
# Since 0.14.0 release of html-template chromium is needed for pdf generation.
# More custom packages for specific template should not be added to this dockerfile. Instead, we should come up with some extensibility solution.
RUN apk --update add git chromium && \
apk add --no-cache --virtual .gyp python3 make g++ && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*

Expand Down

0 comments on commit 58def5f

Please sign in to comment.