Remove cache and update index.
This commit is contained in:
parent
21195e5a2f
commit
87fe1cad4d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add bash openvpn openresolv aria2
|
||||
RUN apk --no-cache --update add bash openvpn openresolv aria2
|
||||
COPY start-openvpn.sh /usr/local/bin/start-openvpn.sh
|
||||
RUN chmod +x /usr/local/bin/start-openvpn.sh
|
||||
ENTRYPOINT [ "start-openvpn.sh" ]
|
||||
|
|
Loading…
Reference in a new issue