Add ct automation
[anna.git] / docker-images / anna-adml-http / Dockerfile
index 685279f..68b3467 100644 (file)
@@ -3,7 +3,8 @@ COPY etc/ /etc
 COPY opt/adml/ /opt/adml
 
 RUN apt-get update && apt-get install -y \
-   procps
+   procps \
+   net-tools
 
 COPY starter.sh /var/starter.sh