Giter VIP home page Giter VIP logo

uozi-docker's Issues

nginx-ui-base image 可能需要musl?

自己构建nginx-ui,采用docker多阶段构建,步骤如下:

  1. 前端构建没问题,忽略
  2. 编译在golang:1.22.1-alpine3.19镜像中执行,因为sqlite初始化需要cgo,首先安装编译需要的环境gcc,再进行编译
    shell apk add build-base CGO_ENABLED=1 go build -tags=jsoniter -ldflags "-X 'github.com/0xJacky/Nginx-UI/server/settings.buildTime=$(date +%s)'" -o dist/nginx-ui -v main.go
  3. 最后使用uozi/nginx-ui-base:latest镜像运行,会报如下错误:
    cannot execute: required file not found
  4. ldd查看nginx-ui依赖,发现缺少musl
    libc.musl-x86_64.so.1 => not found
  5. apt install musl后解决

能否说一下你的构建步骤,我这个步骤基础镜像必须要额外添加musl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.