From 27ad6caa3b65b3ed659d1490c20b4ca377dc1a79 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 16 Oct 2020 16:04:03 -0400 Subject: [PATCH] Fix CI --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index b5070d05..d84fb868 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,3 +1,3 @@ FROM ubuntu:focal -RUN apt-get update && apt-get install -y docker.io +RUN apt-get update && apt-get install -y docker.io rsync