草庐IT

alpine-package-keeper

全部标签

docker - apk add --virtual 命令的 .build-deps 是什么?

以下命令中的.build-deps是什么?我在Alpine文档中找不到解释。这是预定义的文件吗?在许多Dockerfile中都看到了这个。RUNapkadd--no-cache--virtual.build-deps\gcc\freetype-dev\musl-devRUNpipinstall--no-cache-dir\RUNapkdel.build-deps 最佳答案 如果你看到文档-t,--virtualNAMEInsteadofaddingallthepackagesto'world',createanewvirtualpa

docker - apk add --virtual 命令的 .build-deps 是什么?

以下命令中的.build-deps是什么?我在Alpine文档中找不到解释。这是预定义的文件吗?在许多Dockerfile中都看到了这个。RUNapkadd--no-cache--virtual.build-deps\gcc\freetype-dev\musl-devRUNpipinstall--no-cache-dir\RUNapkdel.build-deps 最佳答案 如果你看到文档-t,--virtualNAMEInsteadofaddingallthepackagesto'world',createanewvirtualpa

git - bundler : `bundle package` 带有 :git 源

我试图让我的应用程序在部署之前打包我的gem(到heroku)我的Gemfile中的一个gem是我编写的自定义gem,我正在使用bundle程序的:git选项来使用我感兴趣的特定标签:gem"my_gem",:git=>"git@github.com:my_username/my_gem.git",:tag=>"v0.1.0"然而,当我运行bundlepackage时,这个gem没有包含在我的vendor/cache目录中。这是一个已知问题吗,即Bundler不打包使用git源而不是打包的.gem文件的gem?我没有在文档中找到任何说明这两种方式的内容,但我真的希望使用这个:git选项

php - Derby 安 9 : the php5 packages is not installed

我需要安装一些包来为在VB中运行的Debian9操作系统中的项目准备工作区。我有指令:----------------------------------------------------------------------ThefollowingDebian8packagesarerequiredtorun[X-Product]:sudoapt-getinstallexim4ntppwgencurlphp5-devphp-pearpkg-confignmaplibzmq3libzmq3-devlibapache2-mod-php5apache2percona-server-serv

linux - 我如何使用(需要:PACKAGE) in clisp under Ubuntu Hardy?

我正在尝试评估答案providedhere,并且出现错误:"AfilewithnameASDF-INSTALLdoesnotexist"使用clisp时:dsm@localhost:~$clisp-q[1]>(require:asdf-install)***-LOAD:AfilewithnameASDF-INSTALLdoesnotexistThefollowingrestartsareavailable:ABORT:R1ABORTBreak1[2]>:r1[3]>(quit)dsm@localhost:~$cmucl抛出类似的错误:dsm@localhost:~$cmucl-qWar

python - Alpine Linux 中缺少软件包,即使它列在软件包 repo 网站上

关闭。这个问题不符合StackOverflowguidelines.它目前不接受答案。这个问题似乎不是关于aspecificprogrammingproblem,asoftwarealgorithm,orsoftwaretoolsprimarilyusedbyprogrammers的.如果您认为这个问题是关于anotherStackExchangesite的主题,您可以发表评论,说明问题可能在哪里得到解答。关闭3年前。Improvethisquestion我正在尝试构建一个运行AlpineLinux与GDAL和必要的PythonHook的Docker容器:FROMpython:3.6-

linux - 32 位 Linux 上的 PyInstaller - ImportError : The 'six' package is required

我正在使用Python2.7和Kivy1.9.2-dev制作一个程序,并尝试用PyInstaller-3.0打包它对于不同的系统作为单个可执行文件。我尝试打包的系统是这些:64位LinuxMint17.332位LinuxMint17(升级到17.1和17.3时也尝试过)32位WindowsXPSP3树莓派(树莓派)在所有这些系统上,程序在未编译的情况下仅使用Python运行时运行良好。(因此,所有Kivy依赖项也都很好)。但是,在使用PyInstaller制作的可执行文件中,只有在64位Linux上制作的可执行文件作为一个文件运行。Windows和Raspbian可执行文件大部分都可以

linux - 在 Alpine 上从源代码安装 GCC

尝试在Alpine上安装GCC6.4.0时,我遇到了:checkingforthecorrectversionofgmp.h...yescheckingforthecorrectversionofmpfr.h...yescheckingforthecorrectversionofmpc.h...yescheckingforthecorrectversionofthegmp/mpfr/mpclibraries...no但是在似乎是标准查找目录的/usr/lib中,我有:libgmp.alibgmp.solibgmp.so.10libgmp.so.10.3.2libmpc.so.3libm

c - 如何在 alpine 上编译 32 位的 hello world?

给定一个简单的helloworld代码:#includeintmain(void){puts("hello");return0;}在64位alpinelinux安装上,我尝试将其编译为64位和32位。第一个工作正常,但第二个缺少32位库:~#gcc-Wallhello.c~#gcc-Wall-m32hello.c/usr/lib/gcc/x86_64-alpine-linux-musl/5.3.0/../../../../x86_64-alpine-linux-musl/bin/ld:skippingincompatible/usr/lib/gcc/x86_64-alpine-linu

linux - 桥实用程序 "add bridge failed: Package not installed"

关闭。这个问题是off-topic.它目前不接受答案。想改进这个问题吗?Updatethequestion所以它是on-topic用于堆栈溢出。关闭11年前。Improvethisquestion我已经为ARM交叉编译了bridge-utils。但是,在执行“brctladdbr”时,出现错误:addbridgefailed:Packagenotinstalled我不知道它的依赖关系。