Skip to content

Commit

Permalink
build(build-package): 修改打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyanling committed Aug 30, 2023
1 parent 95f9279 commit 895ed98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-bullseye AS Builder
FROM python:3.10.11-bullseye AS Builder

ARG branch

Expand Down
4 changes: 2 additions & 2 deletions package/builder/alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.10.10-alpine AS Builder
FROM python:3.10.11-alpine AS Builder

ARG branch

ENV NASTOOL_CONFIG=/nas-tools/config/config.yaml
ENV py_site_packages=/usr/local/lib/python3.10/site-packages

RUN apk add build-base git libxslt-dev libxml2-dev musl-dev gcc libffi-dev
RUN apk add build-base git libxslt-dev libxml2-dev musl-dev gcc libffi-dev dumb-init
RUN pip install --upgrade pip setuptools
RUN pip install wheel cython pyinstaller==5.7.0
RUN git clone --depth=1 -b ${branch} https://github.com/hsuyelin/nas-tools --recurse-submodule /nas-tools
Expand Down

0 comments on commit 895ed98

Please sign in to comment.