summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 6b17df3939eeea755cfaf1956f3af0e74915b419 (plain)
1
2
3
4
5
FROM ubuntu:latest

RUN apt-get update \
 && apt-get upgrade -y \
 && apt-get install -y build-essential cmake default-jdk-headless