Skip to content

Commit

Permalink
Merge pull request v2fly#8 from yezige/master
Browse files Browse the repository at this point in the history
add curl
  • Loading branch information
kslr committed Jul 10, 2020
2 parents bac0f27 + dc81117 commit 985d2c7
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 @@ -2,7 +2,7 @@
# STEP 1 build executable binary
############################
FROM golang:alpine AS builder
RUN apk update && apk add --no-cache git bash wget
RUN apk update && apk add --no-cache git bash wget curl
WORKDIR /go/src/v2ray.com/core
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
Expand Down

0 comments on commit 985d2c7

Please sign in to comment.