aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.testing
diff options
context:
space:
mode:
authorEmiliano Ciavatta2021-07-28 08:17:39 +0000
committerEmiliano Ciavatta2021-07-28 08:17:39 +0000
commit520901864877b7be3115e4fa0ee6544c3de2476c (patch)
treea5a2784c1aad4002191eecefce5629363aed990f /Dockerfile.testing
parentfdb0bf97d2dec72adf08e5f2d7ad65b560d8cf8e (diff)
Add github test workflow
Diffstat (limited to 'Dockerfile.testing')
-rw-r--r--Dockerfile.testing18
1 files changed, 0 insertions, 18 deletions
diff --git a/Dockerfile.testing b/Dockerfile.testing
deleted file mode 100644
index 3498341..0000000
--- a/Dockerfile.testing
+++ /dev/null
@@ -1,18 +0,0 @@
-FROM ubuntu:20.04
-
-# Install tools and libraries
-RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get install -qq golang-1.14 pkg-config libpcap-dev libhyperscan-dev yarnpkg
-
-COPY . /caronte
-
-WORKDIR /caronte
-
-RUN ln -sf ../lib/go-1.14/bin/go /usr/bin/go && \
- go mod download && \
- go build && \
- cd frontend && \
- yarnpkg install && \
- yarnpkg build
-
-CMD ./caronte