This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"com.medium.reader", | |
"com.android.chrome", | |
"com.google.android.gms", | |
"com.baidu.BaiduMap", | |
"com.sdu.didi.psnger", | |
"com.haier.uhome.uplus", | |
"com.taobao.taobao", | |
"cn.gov.tax.its", | |
"cmb.pb", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# syntax=docker/dockerfile:1.4 | |
# DOCKER_BUILDKIT=1 docker build -t tag . | |
FROM debian:latest AS build | |
MAINTAINER haohaolee <[email protected]> | |
WORKDIR /root | |
RUN <<eot bash | |
apt update |
OlderNewer