Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

Commit ddddcbb

Browse files
committed
Adding list of buildah versions
1 parent 15d4494 commit ddddcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM fedora:latest
22

33
ENV BUILDAH_VERSION 1.14.0
4-
RUN yum --showduplicates list httpd | expand
4+
RUN yum --showduplicates list buildah | expand
55
# Buildah Install
66
RUN yum -y install buildah-${BUILDAH_VERSION} fuse-overlayfs --exclude container-selinux; rm -rf /var/cache /var/log/dnf* /var/log/yum.*
77

0 commit comments

Comments
 (0)