Skip to content

Commit

Permalink
Add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Nov 1, 2024
1 parent 2bf6cc8 commit aaf276a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.20

RUN apk add --no-cache zfs bash
RUN apk add --no-cache zfs bash curl

COPY entrypoint.sh /entrypoint.sh

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ spec:
app:
image:
repository: ghcr.io/heavybullets8/zfs-scrubber
tag: 0.0.0@sha256:bff111ac67c8e3d839914c93cac8efc03559638a15846702cc562d867ff533c5
tag: 1.0.3
env:
ZFS_POOL: "speed"
ACTION: "all"
PUSHOVER_NOTIFICATION: true
securityContext:
privileged: true

Expand All @@ -85,6 +85,7 @@ spec:
hostPath: /dev/zfs
globalMounts:
- path: /dev/zfs

```

## Notes
Expand Down

0 comments on commit aaf276a

Please sign in to comment.