removes incorrect path
This commit is contained in:
parent
8451207f9a
commit
471a69dc8c
@ -44,7 +44,7 @@ fi
|
|||||||
def dockerFile = """FROM ${repository}/linuxserver/linuxserver/deluge:amd64-latest
|
def dockerFile = """FROM ${repository}/linuxserver/linuxserver/deluge:amd64-latest
|
||||||
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
COPY /root/route-override.sh connectivity_test.sh /root/
|
COPY route-override.sh connectivity_test.sh /root/
|
||||||
|
|
||||||
RUN apk add --no-cache openvpn iputils bind-tools && \\
|
RUN apk add --no-cache openvpn iputils bind-tools && \\
|
||||||
chmod +x /root/route-override.sh /root/connectivity_test.sh
|
chmod +x /root/route-override.sh /root/connectivity_test.sh
|
||||||
|
Reference in New Issue
Block a user