Skip to content

Commit d0588fc

Browse files
committed
Remove extra - in docker call
1 parent 147bc28 commit d0588fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybinder/templates/buildkit-pruner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- /bin/sh
2727
- -c
2828
- |
29-
docker image prune ---force --all && \
29+
docker image prune --force --all && \
3030
docker builder prune --force --all --keep-storage={{ .Values.buildkitPruner.buildkitCacheSize }} && \
3131
docker system df
3232
volumeMounts:

0 commit comments

Comments
 (0)