Skip to content

Commit

Permalink
添加unzip依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Jul 3, 2020
1 parent 34c5f37 commit f596447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/Dockerfile
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ ENV DOWNLAOD_URL "https://github.com/Jrohy/trojan/releases/download/"

ENV SERVICE_URL "https://raw.githubusercontent.com/Jrohy/trojan/master/asset/trojan-web.service"

RUN yum install socat bash-completion crontabs iptables openssl -y && \
RUN yum install socat bash-completion crontabs iptables openssl unzip -y && \
LATEST_VERSION=`curl -H 'Cache-Control: no-cache' -s "$VERSION_CHECK" | grep 'tag_name' | cut -d\" -f4` && \
curl -L "$DOWNLAOD_URL/$LATEST_VERSION/trojan" -o /usr/local/bin/trojan && \
curl -L $SERVICE_URL -o /etc/systemd/system/trojan-web.service && \

0 comments on commit f596447

Please sign in to comment.