summaryrefslogtreecommitdiff
path: root/Dockerfile.CentOS
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r--Dockerfile.CentOS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS
index 368f9255c..80ade88bb 100644
--- a/Dockerfile.CentOS
+++ b/Dockerfile.CentOS
@@ -61,11 +61,11 @@ RUN set -x \
&& export GOPATH=/go \
&& go get github.com/onsi/gomega/...
-# Install ffjson
+# Install easyjson
RUN set -x \
&& export GOPATH=/go \
- && go get github.com/pquerna/ffjson \
- && install -D -m 755 "$GOPATH"/bin/ffjson /usr/bin/
+ && go get -u github.com/mailru/easyjson/... \
+ && install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/
# Install conmon
ENV CRIO_COMMIT 662dbb31b5d4f5ed54511a47cde7190c61c28677