From 9c985b2cf9c84ab58b7b55bf007c0dee261f68f9 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Fri, 28 Jun 2024 15:31:44 +0200 Subject: [PATCH] Adding telecom in Makefile for Dockerfiles --- Dockerfiles/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfiles/Makefile b/Dockerfiles/Makefile index 81be5db..42236be 100644 --- a/Dockerfiles/Makefile +++ b/Dockerfiles/Makefile @@ -22,5 +22,8 @@ reversing: common automotive: common docker build -f automotive.docker -t automotive:latest .. -build: sdrfull bluetooth wifi rfid reversing automotive +automotive: common + docker build -f telecom.docker -t telecom:latest .. + +build: sdrfull bluetooth wifi rfid reversing automotive telecom echo "Done!"