diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-13 18:12:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 18:12:40 +0200 |
commit | 031280cfe4ea1f96967539b22bb24515395e6f29 (patch) | |
tree | 8f63e4a35f291e73c1e2d26bd9e2f58a0e067a23 /Dockerfile.centos | |
parent | f628a97be5b142878ab624776505aed315607f12 (diff) | |
parent | 7b7853d8c789cd452ecca86ec28ef2c2dace570d (diff) | |
download | podman-031280cfe4ea1f96967539b22bb24515395e6f29.tar.gz podman-031280cfe4ea1f96967539b22bb24515395e6f29.tar.bz2 podman-031280cfe4ea1f96967539b22bb24515395e6f29.zip |
Merge pull request #3319 from mheon/purge_easyjson
Purge all use of easyjson and ffjson in libpod
Diffstat (limited to 'Dockerfile.centos')
-rw-r--r-- | Dockerfile.centos | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile.centos b/Dockerfile.centos index c1d93d5d3..7f4cef963 100644 --- a/Dockerfile.centos +++ b/Dockerfile.centos @@ -49,12 +49,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 \ |