Commit bb642b26 authored by Li Mi's avatar Li Mi

更新apk安装

parent 4bc8d550
FROM alpine
RUN apk update && \
apk add wget unzip tar gzip -y
apk add wget unzip tar gzip
RUN wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz && \
tar xvzf AdGuardHome_linux_amd64.tar.gz
# 第二阶段,只有二进制文件
......
FROM alpine
RUN apk update && \
apk add wget unzip tar gzip ca-certificates -y
apk add wget unzip tar gzip ca-certificates
RUN curl https://api.github.com/repos/pymumu/smartdns/releases/latest \
| grep browser_download_url \
| grep smartdns-x86_64 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment