Skip to content

Commit

Permalink
fix missing environment dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Stefurishin <[email protected]>
  • Loading branch information
astef committed Sep 20, 2024
1 parent 35b65fc commit 1329170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/sds-local-volume-csi/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ shell:
- cd /images/sds-local-volume-csi/src/cmd
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o /sds-local-volume-csi
- chmod +x /sds-local-volume-csi
- apk add --no-cache lvm2 e2fsprogs e2fsprogs-extra xfsprogs xfsprogs-extra blkid

---
image: {{ $.ImageName }}
Expand All @@ -35,5 +34,9 @@ import:
to: /sds-local-volume-csi
before: setup

shell:
setup:
- apk add --no-cache lvm2 e2fsprogs e2fsprogs-extra xfsprogs xfsprogs-extra blkid

docker:
ENTRYPOINT: ["/sds-local-volume-csi"]

0 comments on commit 1329170

Please sign in to comment.