9 Star 22 Fork 7

Gitee 极速下载 / Pouch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/alibaba/pouch.git
克隆/下载
Dockerfile.arm64.cross 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
Leno Hou 提交于 2018-11-28 14:15 . feature: add cross building support
FROM golang:1.10.4-stretch
RUN dpkg --add-architecture arm64 \
&& apt-get update && apt-get install -y \
vim \
git \
curl \
automake \
libtool \
help2man \
libseccomp2 \
libseccomp-dev \
crossbuild-essential-arm64 \
libseccomp-dev:arm64\
libfuse-dev:arm64 \
libpam-dev:arm64 \
lxcfs \
btrfs-progs \
--no-install-recommends \
&& apt-get clean
ADD . /go/src/github.com/alibaba/pouch
WORKDIR /go/src/github.com/alibaba/pouch
Shell
1
https://gitee.com/mirrors/Pouch.git
git@gitee.com:mirrors/Pouch.git
mirrors
Pouch
Pouch
master

搜索帮助