From 7b7853d8c789cd452ecca86ec28ef2c2dace570d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 13 Jun 2019 11:03:20 -0400 Subject: Purge all use of easyjson and ffjson in libpod We're no longer using either of these JSON libraries, dropped them in favor of jsoniter. We can't completely remove ffjson as c/storage uses it and can't easily migrate, but we can make sure that libpod itself isn't doing anything with them anymore. Signed-off-by: Matthew Heon --- Dockerfile.fedora | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Dockerfile.fedora') diff --git a/Dockerfile.fedora b/Dockerfile.fedora index d7c2d07e1..5ea82c967 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -53,12 +53,6 @@ RUN set -x \ && export GOPATH=/go \ && go get github.com/onsi/gomega/... -# Install easyjson -RUN set -x \ - && export GOPATH=/go \ - && go get -u github.com/mailru/easyjson/... \ - && install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/ - # Install conmon ENV CONMON_COMMIT 59952292a3b07ac125575024ae21956efe0ecdfb RUN set -x \ -- cgit v1.2.3-54-g00ecf