Skip to content

Commit

Permalink
🐎 ci: 删除不必要的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
TIANLI0 committed Sep 28, 2023
1 parent 5674228 commit 6ef8d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VERSION

RUN apt-get update && apt-get install -y wget \
&& wget -O /usr/local/bin/tianlicdn https://github.com/Tianli-CDN/cdn-server/releases/download/${VERSION}/tianlicdn-linux-amd64 \
&& chmod +x /usr/local/bin/tianlicdn && apt-get clean && apt-get uninstall -y wget
&& chmod +x /usr/local/bin/tianlicdn

WORKDIR /app

Expand Down

0 comments on commit 6ef8d5b

Please sign in to comment.