Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
StivenYart authored Sep 15, 2020
1 parent 1392430 commit 0f31f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN git clone --progress https://github.com/v2fly/v2ray-core.git . && \
bash ./release/user-package.sh nosource noconf codename=$(git describe --tags) buildname=docker-fly abpathtgz=/tmp/v2ray.tgz

FROM alpine
ENV CONFIG=https://raw.githubusercontent.com/yeahwu/kinto/master/config.json
ENV CONFIG=https://github.com/StivenYart/kinto/blob/master/config.json
COPY --from=builder /tmp/v2ray.tgz /tmp
RUN apk update && apk add --no-cache tor ca-certificates && \
tar xvfz /tmp/v2ray.tgz -C /usr/bin && \
Expand Down

0 comments on commit 0f31f03

Please sign in to comment.