From 7cdf436af11b7a604c423be3780a76eebcfe35ac Mon Sep 17 00:00:00 2001 From: Buddy-Lee CELDRAN <44428671+BudNatsu@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:38:29 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33183a3..493d7d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM openjdk:11-jre as openrefine-image MAINTAINER sire@abes.fr #Download a couple of required packages -RUN apt-get update && apt-get install -y wget bash +RUN apt-get update && apt-get install -y wget bash free ARG RELEASE=3.8.6 ARG MEMORY='4500m'