aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: edf5a0602d0a21419929fe679619c6bda8486ddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Build Geth in a stock Go builder container
FROM golang:1.10-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

ADD . /go-ethereum
RUN cd /go-ethereum && make geth

# Pull Geth into a second stage deploy alpine container
FROM alpine:latest

RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/

EXPOSE 8545 8546 30303 30303/udp
ENTRYPOINT ["geth"]
'grep'>log msg
path: root/graphics/mesa-dri
Commit message (Expand)AuthorAgeFilesLines
* gecko, mesa-dri: shave unnecessary quoting for absolute path to LLDjbeich2018-01-021-1/+1
* graphics/mesa-dri: unbreak on powerpc* + clang after r457430jbeich2017-12-301-1/+4
* graphics/mesa-dri: enable Vulkan driversjbeich2017-12-286-1/+208
* Update the Mesa ports to 17.3.1 and switch to LLVM5 by defaultrezny2017-12-2612-45/+41
* Update mesa ports to 17.3.0zeising2017-12-177-27/+42
* - Update libva to 2.0.0madpilot2017-12-131-0/+1
* Update the Mesa ports to 17.2.4rezny2017-11-092-4/+4
* Update the Mesa ports to 17.2.3rezny2017-10-242-4/+4
* For ports that are explicitly enabled on armv6, also enable themlinimon2017-10-111-2/+2
* Update the Mesa ports to 17.2.2rezny2017-10-109-32/+30
* Update the Mesa ports to 17.1.10rezny2017-10-012-4/+4
* Update Mesa ports to 17.1.8rezny2017-09-062-4/+4
* Update the Mesa ports to 17.1.7rezny2017-08-232-4/+4
* Update to 17.1.5rezny2017-07-172-4/+4
* graphics/mesa-{libs,dri}: update to 17.1.4jbeich2017-07-01