Fix bug 2373 - Remove old code from v1 client in ns_show
[osm/osmclient.git] / Dockerfile
index dfd9ff9..6e76de1 100644 (file)
@@ -42,8 +42,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
         tox
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
-    libcurl4-openssl-dev \
-    libssl-dev \
     wget
 
 ENV LC_ALL C.UTF-8