aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-09 09:22:04 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:57 +0800
commit4e5f14bc86706509ba745413641dab817a71914f (patch)
treea1a623565f717d3c56c1f74be10db604be38f405 /Dockerfile
parent4ba54663806828d31bc37da4127f29fbe7dbc9a3 (diff)
downloaddexon-4e5f14bc86706509ba745413641dab817a71914f.tar
dexon-4e5f14bc86706509ba745413641dab817a71914f.tar.gz
dexon-4e5f14bc86706509ba745413641dab817a71914f.tar.bz2
dexon-4e5f14bc86706509ba745413641dab817a71914f.tar.lz
dexon-4e5f14bc86706509ba745413641dab817a71914f.tar.xz
dexon-4e5f14bc86706509ba745413641dab817a71914f.tar.zst
dexon-4e5f14bc86706509ba745413641dab817a71914f.zip
Dockerfile.alltools: update Dockerfile for building tools (#234)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b5615fcb..d71c678a2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-# Build Geth in a stock Go builder container
+# Build Gdex in a stock Go builder container
FROM golang:1.11-alpine3.9 as builder
RUN apk add --no-cache make gcc musl-dev linux-headers g++ gmp-dev openssl-dev pkgconfig
@@ -6,7 +6,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers g++ gmp-dev openssl-dev p
ADD . /dexon
RUN cd /dexon && make clean && DOCKER=alpine make gdex
-# Pull Geth into a second stage deploy alpine container
+# Pull Gdex into a second stage deploy alpine container
FROM alpine:3.9
RUN apk add --no-cache ca-certificates libstdc++ curl gmp openssl