diff --git a/README.md b/README.md
index bc49bdfaa5f6de64f1afb512be3f2808d5d674af..08c6f29837d1c6336419ec099901d2f737e09f43 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to the plugin's `.gitlab-ci.yml`:
 ```yaml
 PluginSVN:
   stage: deploy
-  image: containers.ethitter.com:443/docker/images/php:7.3
+  image: containers.ethitter.com:443/docker/wp-org-plugin-deploy:latest
   before_script:
     - curl -o ./bin/deploy.sh https://git-cdn.e15r.co/open-source/wp-org-plugin-deploy/raw/master/scripts/deploy.sh
     - chmod +x ./bin/deploy.sh
@@ -31,6 +31,15 @@ only:
 
 The above is a time-save only; the build script exits before the `svn commit` stage if the merge isn't into `master`. 
 
+#### Script Dependencies
+
+If you'd rather not use [my Docker image](https://git.ethitter.com/docker/wp-org-plugin-deploy), any substitute must provide the following dependencies:
+
+1. `bash`
+1. `git`
+1. `rsync`
+1. `subversion`
+
 ### CI Environment Variables
 
 Set the following environment variables in the GitLab project's configuration: