From 9ad99b7815997d56e2c56dd5741c39c863f2253a Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 13 Apr 2019 17:08:27 -0700
Subject: [PATCH] Base container doesn't provide rsync

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ac9116..9ee66ec 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,7 @@ PluginSVN:
   stage: deploy
   image: containers.ethitter.com:443/docker/images/php:7.3
   before_script:
+    - apt-get update
     - apt-get install -y rsync
   script: ./bin/deploy.sh
   when: on_success
-- 
GitLab