Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Borbat <[email protected]>
  • Loading branch information
yaroslavborbat committed Feb 15, 2024
1 parent 63c2c54 commit 0f404dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,14 @@ shell:
' > /images_digests.json
---
image: python-dependencies
from: alpine:3.17
fromCacheVersion: "2023-12-11.0"
from: python:3.9-slim
fromCacheVersion: "2024-02-15.0"
git:
- add: /
to: /
includePaths:
- lib/python
shell:
beforeInstall:
- apk add --no-cache python3 py3-pip
setup:
- pip3 install -r /lib/python/requirements.txt -t /lib/python/dist
---
Expand Down

0 comments on commit 0f404dc

Please sign in to comment.