Fixed commands
This commit is contained in:
parent
d0762a8895
commit
8253993a7f
10
Dockerfile
10
Dockerfile
@ -8,17 +8,17 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
|
|||||||
ENV LANG='en_US.UTF-8' \
|
ENV LANG='en_US.UTF-8' \
|
||||||
LANGUAGE='en_US.UTF-8' \
|
LANGUAGE='en_US.UTF-8' \
|
||||||
BUILD_DATE='06-04-2020' \
|
BUILD_DATE='06-04-2020' \
|
||||||
TERM='xterm' \
|
TERM='xterm'
|
||||||
|
|
||||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk -U upgrade --ignore alpine-baselayout && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add python3 git
|
apk -U add python3 git
|
||||||
|
|
||||||
ADD UTC /etc/localtime
|
ADD UTC /etc/localtime
|
||||||
|
|
||||||
RUN git clone https://github.com/barbequesauce/watcher3 && \
|
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
|
ADD start.sh /usr/local/bin/start.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user