Commit 61bada11 authored by Reem Bahsoun's avatar Reem Bahsoun

remove un-needed libraries from docker file

parent e396f5f6
...@@ -71,7 +71,6 @@ RUN apt-get update && \ ...@@ -71,7 +71,6 @@ RUN apt-get update && \
procps \ procps \
libsctp1 \ libsctp1 \
tzdata \ tzdata \
libblas3 \
libatlas3-base \ libatlas3-base \
libconfig9 \ libconfig9 \
openssl \ openssl \
...@@ -80,10 +79,6 @@ RUN apt-get update && \ ...@@ -80,10 +79,6 @@ RUN apt-get update && \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
gdb \ gdb \
python \
python3 \
python3-six \
python3-requests \
libusb-1.0-0 && \ libusb-1.0-0 && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment