changed to apt

This commit is contained in:
2020-11-17 22:24:38 -05:00
parent 8a4976894b
commit 5293abf459

View File

@@ -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 /