From ac201e7bb8442674d2758f0026621457dfdfb29f Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 2 Jul 2021 00:28:50 +0200
Subject: [PATCH] WIP: pipeline

---
 .docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index 0f1a120..8aadd28 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get install -y python3-pip
 RUN apt-get install -y git
 RUN apt-get install -y curl
 
-RUN apt-get install -y build-essential autoconf libtool pkg-config
+RUN apt-get install -y openjdk-11-jdk-headless
 
 
 WORKDIR /
@@ -21,4 +21,5 @@ RUN pip3 install -r build-requirements.txt
 
 COPY . /libcaosdb/
 WORKDIR /libcaosdb
+RUN rm git rev-parse HEAD > libcaosdb_commit
 RUN rm -rf .git
-- 
GitLab