Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit c48e908

Browse files
Reduced the dependencies inturn reducing the image size
1 parent 0dc3d84 commit c48e908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN dnf -y install \
77
libffi-devel \
88
redhat-rpm-config \
99
openssl-devel && \
10-
dnf -y groupinstall "Development Tools"
10+
gcc \
11+
rpm-build
1112
RUN git clone https://github.com/projectatomic/atomic-host-tests
1213
WORKDIR "/atomic-host-tests"
1314
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)