4 Star 1 Fork 0

Gitee 极速下载/Translate-Shell

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/soimort/translate-shell
Clone or Download
Dockerfile 315 Bytes
Copy Edit Raw Blame History
FROM alpine:latest
MAINTAINER soimort
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk add bash gawk curl mplayer fribidi less hunspell wget \
&& wget git.io/trans \
&& chmod +x ./trans \
&& mv ./trans /usr/local/bin/
ENTRYPOINT ["trans"]
CMD ["--help"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/Translate-Shell.git
git@gitee.com:mirrors/Translate-Shell.git
mirrors
Translate-Shell
Translate-Shell
develop

Search