Skip to content

Commit

Permalink
change python->python2
Browse files Browse the repository at this point in the history
  • Loading branch information
labulakalia committed Jul 11, 2020
1 parent 4ff32ba commit 0f33f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.worker
Expand Up @@ -4,9 +4,9 @@ ENV GOPROXY https://goproxy.cn
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /app
RUN apk update && apk --no-cache add ca-certificates curl vim python python3 nodejs npm go
RUN apk update && apk --no-cache add ca-certificates curl vim python2 python3 nodejs npm go
COPY crocodile-linux-amd64 crocodile
CMD ["/app/crocodile","client","-c","core.toml"]

# docker build -t labulaka522/crocodile_worker . -f Dockerfile.worker
# docker run -v $PWD/core.toml:/app/core.toml labulaka522/crocodile:worker
# docker run -v $PWD/core.toml:/app/core.toml labulaka522/crocodile:worker

0 comments on commit 0f33f88

Please sign in to comment.