diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 96f714d609dbcca82ca99c300c492c730bfedf53..631901655d58cd5f8f428bf5b1dd789ea4f52291 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 26ca20d41fba288329b8e1a63056ca739069a1e2..abbf6ee2705f025cca1c25c6367cdbb8fff58db1 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