1 Star 0 Fork 0

晚茶/pkg-fetch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.alpine 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jesse Chan 提交于 2022-01-02 15:10 . Dockerfile.alpine: disable PIE
FROM alpine
ARG PKG_FETCH_OPTION_n
ARG PKG_FETCH_OPTION_p
USER root:root
WORKDIR /root/pkg-fetch/
RUN apk add --no-cache build-base linux-headers npm python2 python3 yarn
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/8626
ENV CFLAGS=-U_FORTIFY_SOURCE
ENV CXXFLAGS=-U_FORTIFY_SOURCE
ENV LDFLAGS=-Wl,-no-pie
COPY . ./
RUN yarn install
RUN yarn start --node-range $PKG_FETCH_OPTION_n --platform $PKG_FETCH_OPTION_p --output dist
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/late-tea/pkg-fetch.git
git@gitee.com:late-tea/pkg-fetch.git
late-tea
pkg-fetch
pkg-fetch
main

搜索帮助