Fixed commands

This commit is contained in:
Jonathan Ervine 2020-07-21 20:52:58 +08:00
parent d0762a8895
commit 8253993a7f

View File

@ -8,17 +8,17 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
BUILD_DATE='06-04-2020' \
TERM='xterm' \
TERM='xterm'
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk update && \
apk -U upgrade --ignore alpine-baselayout && \
apk -U add python3 git
apk update && \
apk -U upgrade --ignore alpine-baselayout && \
apk -U add python3 git
ADD UTC /etc/localtime
RUN git clone https://github.com/barbequesauce/watcher3 && \
rm -rf /var/cache/apk/*
rm -rf /var/cache/apk/*
ADD start.sh /usr/local/bin/start.sh