1 Star 0 Fork 4

intelligence/netease-cloud-music-appimage
关闭

forked from kelleg/netease-cloud-music-appimage
关闭
 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
kelleg 提交于 2019-04-07 16:05 +08:00 . 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/XAUT_975/netease-cloud-music-appimage.git
git@gitee.com:XAUT_975/netease-cloud-music-appimage.git
XAUT_975
netease-cloud-music-appimage
netease-cloud-music-appimage
master

搜索帮助