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 | |
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')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile index d729c00dc..0f2249dc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,12 +90,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 latest stable criu version RUN set -x \ && cd /tmp \ |