From 5293abf45999854d1cb50e7ecc83caf1e4379664 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 17 Nov 2020 22:24:38 -0500 Subject: [PATCH] changed to apt --- duplicacy/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicacy/dockerfile b/duplicacy/dockerfile index 74504b0..6a70710 100644 --- a/duplicacy/dockerfile +++ b/duplicacy/dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} ENV LANG C.UTF-8 # Install cron -RUN apt-get -y install cron +RUN apt -y install cron # Copy data for add-on COPY run.sh /