diff --git a/README.md b/README.md index a9b4bb225..c902fbe9c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Configure the channel in the `etc/terraform.conf` (stable, daily), then run: docker run --privileged -i -v /proc:/proc \ -v ${PWD}:/working_dir \ -w /working_dir \ - debian:debian:buster \ + debian:buster \ /bin/bash -s etc/terraform.conf < build.sh ```