From 89c920d90bf9e9c2a468cfe9bd5e56c74d33569b Mon Sep 17 00:00:00 2001
From: apvrille <ludovic.apvrille@eurecom.fr>
Date: Thu, 7 Oct 2021 18:04:11 +0200
Subject: [PATCH] Update on docker and co

---
 scripts/Dockerfile | 6 ++++--
 scripts/eval.sh    | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 96f714d609..631901655d 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -1,7 +1,6 @@
-FROM gradle:4.7.0-jdk8-alpine AS build
+FROM gradle:4.7.0-jdk8-alpine
 FROM debian:latest
 
-
 MAINTAINER Ludovic Apvrille <ludovic.apvrille@telecom-paris.fr>
 RUN apt-get clean
 RUN apt-get update
@@ -9,6 +8,9 @@ RUN apt-get -y install apt-utils
 RUN apt-get -y install make git-core python3
 RUN update-alternatives --install /usr/bin/python \
   python /usr/bin/python3 2
+  
+RUN apt-get install build-essential -y --no-install-recommends
+
 
 
 
diff --git a/scripts/eval.sh b/scripts/eval.sh
index 26ca20d41f..abbf6ee270 100755
--- a/scripts/eval.sh
+++ b/scripts/eval.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 printf 'testing\n'
+
 make noguitest
 
 if [ $? -eq 0 ] then
-- 
GitLab