当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 8 Fork 4

kelleg / netease-cloud-music-appimage
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
kelleg 提交于 2019-04-07 16:05 . update ubuntu version
# Beware: only meant for use with pkg2appimage-with-docker
# Beware: only use for build netease-music-appimage
FROM ubuntu:18.10
MAINTAINER "kelleg <utengfei@foxmail.com>"
ENV DEBIAN_FRONTEND=noninteractive \
DOCKER_BUILD=1
RUN apt-get update && \
apt-get install -y apt-transport-https libcurl3-gnutls libarchive13 wget \
ca-cacert appstream desktop-file-utils fuse gnupg2 build-essential file \
libglib2.0-dev libglib2.0-bin git && install -m 0777 -d /workspace
COPY docker/* /workspace/
RUN adduser --system --uid 1000 test
WORKDIR /workspace
Shell
1
https://gitee.com/kelleg/netease-cloud-music-appimage.git
git@gitee.com:kelleg/netease-cloud-music-appimage.git
kelleg
netease-cloud-music-appimage
netease-cloud-music-appimage
master

搜索帮助