Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BudNatsu authored Nov 26, 2024
1 parent 938e02d commit 7cdf436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM openjdk:11-jre as openrefine-image
MAINTAINER [email protected]

#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'
Expand Down

0 comments on commit 7cdf436

Please sign in to comment.