aboutsummaryrefslogtreecommitdiff
path: root/ci/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r--ci/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
deleted file mode 100644
index ae1599c..0000000
--- a/ci/Dockerfile
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM ubuntu:18.04
-
-RUN apt-get update -y && apt-get install -y --no-install-recommends \
- gcc \
- libc6-dev \
- ca-certificates
-