summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-06-04 14:09:28 -0400
committerChris Evich <cevich@redhat.com>2019-06-10 12:54:42 -0400
commit1a9accb37973c1d025bd70d0803393a9866cc6f9 (patch)
tree878355ec1d2607aa08e88d6da2dc3b25e88c9707 /Dockerfile
parent901ac2cdd34d24aa5e33b0a0899e273052307b1b (diff)
downloadpodman-1a9accb37973c1d025bd70d0803393a9866cc6f9.tar.gz
podman-1a9accb37973c1d025bd70d0803393a9866cc6f9.tar.bz2
podman-1a9accb37973c1d025bd70d0803393a9866cc6f9.zip
Remove source-built buildah from CI
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile b/Dockerfile
index 4fc85e959..d729c00dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -79,14 +79,6 @@ RUN set -x \
&& cp bin/* /usr/libexec/cni \
&& rm -rf "$GOPATH"
-# Install buildah
-RUN set -x \
- && export GOPATH=/go \
- && git clone https://github.com/containers/buildah "$GOPATH/src/github.com/containers/buildah" \
- && cd "$GOPATH/src/github.com/containers/buildah" \
- && make \
- && make install
-
# Install ginkgo
RUN set -x \
&& export GOPATH=/go \