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

Commit 40ec4ae

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ RUN dnf -y install \
66
python-devel \
77
libffi-devel \
88
redhat-rpm-config \
9-
openssl-devel && \
10-
dnf -y groupinstall "Development Tools"
9+
openssl-devel \
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)