FROM node WORKDIR /src # Ledger Provider (in the Subproviders package) requires node-hid at dependency install time # which compiles and expects certain USB developer library packages to be present RUN apt-get -qq update && apt-get install -y libhidapi-dev libusb-1.0-0-dev # Our fork of ledgerco disables requiring node-hid at run time if CIRCLECI is set to true ENV CIRCLECI=true COPY package.json . RUN npm i RUN npm install forever -g COPY . . EXPOSE 3000 CMD ["forever", "./bin/server.js"] ww.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sformat
Commit message (Expand)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-141-3/+4
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-1/+1
* Mark as broken on various tier-2 archs.linimon2016-11-161-1/+2
* Prevent collision with getline(3)antoine2016-08-021-1/+2
* Prevent collision with getline(3)bapt2016-07-301-0/+8
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Cleanup plistantoine2014-11-221-1/+0
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-309-0/+0
* - Convert gmake,bzip2,xz to USESmiwi2014-05-291-1/+1
* Support stagingehaupt2014-02-262-7/+7
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* Allow to build on powerpc64.marius2011-08-131-1/+1
* - Get Rid MD5 supportmiwi2011-03-19