aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: f24506f69dbcf437d89b26dd3e30d50c3e8270b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM alpine:3.3

ADD . /go-ethereum
RUN \
  apk add --update git go make gcc musl-dev         && \
  (cd go-ethereum && make geth)                     && \
  cp go-ethereum/build/bin/geth /geth               && \
  apk del git go make gcc musl-dev                  && \
  rm -rf /go-ethereum && rm -rf /var/cache/apk/*

EXPOSE 8545
EXPOSE 30303

ENTRYPOINT ["/geth"]
value='grep'>log msg
path: root/devel/p5-Mo
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
* Update to 0.40Sunpoet Po-Chuan Hsieh2017-01-022-4/+7
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
* - Update to 0.38Sunpoet Po-Chuan Hsieh2015-02-192-5/+7
* Shoot. r378267 contained changes to a bunch of ports that I didn't mean to co...Adam Weinberger2015-02-022-8/+6
* Add devel/p5-Input-Validator. This is an input validation system, similarAdam Weinberger2015-02-022-5/+8
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
* - Update to 0.38Sunpoet Po-Chuan Hsieh2013-10-312-4/+5
* - Update to 0.37Sunpoet Po-Chuan Hsieh2013-10-262-3/+3
* - Update to 0.36Sunpoet Po-Chuan Hsieh2013-10-203-7/+7
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-012-22/+20
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1