firefox本页总览firefox Dockerfile.firefox FROM jlesage/firefoxRUN set -eux; \ sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories && \ apk add --no-cache font-noto-cjk build command docker build -t firefox . -f Dockerfile.firefox docker-compose.yml