From 36cca53ccaa092eded4dd2391318dfc2ec6e98f7 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 16 Apr 2019 16:48:16 -0700
Subject: [PATCH] Update README

Fixes #4
Fixes #5
---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bc49bdf..08c6f29 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:
-- 
GitLab