Skip to content

Commit 84478bd

Browse files
authored
fix(dogfood/coder): add missing -f flag (#17906)
1 parent 3dbd424 commit 84478bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ resource "coder_agent" "dev" {
382382
# - all images
383383
# - all build cache
384384
docker ps -q | xargs docker stop
385-
docker system prune -a
385+
docker system prune -a -f
386386
387387
# Stop the Docker service to prevent errors during workspace destroy.
388388
sudo service docker stop

0 commit comments

Comments
 (0)