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

Commit

Permalink
Reduced the dependencies inturn reducing the image size
Browse files Browse the repository at this point in the history
  • Loading branch information
samvarankashyap committed Jul 17, 2017
1 parent 0dc3d84 commit 9a3c79c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN dnf -y install \
libffi-devel \
redhat-rpm-config \
openssl-devel && \
dnf -y groupinstall "Development Tools"
gcc \
rpm-build
RUN git clone https://github.com/projectatomic/atomic-host-tests
WORKDIR "/atomic-host-tests"
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 9a3c79c

Please sign in to comment.