summaryrefslogtreecommitdiffstats
path: root/docker/create_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/create_image.sh')
-rwxr-xr-xdocker/create_image.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/create_image.sh b/docker/create_image.sh
deleted file mode 100755
index e00a48cd6..000000000
--- a/docker/create_image.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-# Build docker image with vpp and hc2vpp installed
-docker build -t hc2vpp -f Dockerfile .