Skip to content

Commit

Permalink
feat: add 'zip'
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Mar 20, 2022
1 parent 416d14b commit 82a753c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ services:
yarn:
<<: *node
entrypoint: [ "yarn" ]
zip:
image: "zip"
build:
context: apps/alpine
args:
ALPINE_VERSION: "${ALPINE_VERSION}"
ALPINE_PACKAGES: "zip"
entrypoint: ["/usr/bin/zip"]

volumes:
node_modules: {}
python_modules: {}
Expand Down

0 comments on commit 82a753c

Please sign in to comment.