diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-10-30 10:43:10 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-10-30 11:28:10 +0100 |
commit | 2046be6ae04603a581d3caffb26fc970f43765a2 (patch) | |
tree | de011d8c913080e9a71061a7507c1147955f209c /contrib/gate | |
parent | e7540d0406c49b22de245246d16ebc6e1778df37 (diff) | |
download | podman-2046be6ae04603a581d3caffb26fc970f43765a2.tar.gz podman-2046be6ae04603a581d3caffb26fc970f43765a2.tar.bz2 podman-2046be6ae04603a581d3caffb26fc970f43765a2.zip |
build: drop support for ostree
it is going to be removed from containers/image as well, so no longer
depend on it.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'contrib/gate')
-rw-r--r-- | contrib/gate/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index c886fc9aa..1939d7ad1 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -19,7 +19,6 @@ RUN dnf -y install \ lsof \ make \ nmap-ncat \ - ostree-devel \ procps-ng \ python \ python3-dateutil \ |