Skip to content

Commit

Permalink
chore: reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Mar 24, 2020
1 parent 0aec0bb commit d1654e1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ FROM centos:7
ENV PYTHONDONTWRITEBYTECODE yes

RUN yum install -y \
PyYAML bind-utils \
openssl \
bind-utils \
numactl-libs \
firewalld-filesystem \
libpcap \
hostname \
iproute strace socat nc \
unbound unbound-devel \
tcpdump ipset \
epel-release https://centos7.iuscommunity.org/ius-release.rpm

RUN yum install python34 -y && ln -s /bin/python3.4 /bin/python3 && yum clean all
tcpdump ipset && yum clean all

ENV OVS_VERSION=20.03.0
ENV OVS_SUBVERSION=1
Expand Down

0 comments on commit d1654e1

Please sign in to comment.