changed to apt
This commit is contained in:
@@ -4,7 +4,7 @@ FROM ${BUILD_FROM}
|
|||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
# Install cron
|
# Install cron
|
||||||
RUN apt-get -y install cron
|
RUN apt -y install cron
|
||||||
|
|
||||||
# Copy data for add-on
|
# Copy data for add-on
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user