Changed to root for runner

This commit is contained in:
Sambo Chea 2021-03-26 14:16:31 +07:00
parent 274098560d
commit 3ed9265913

View File

@ -1,6 +1,7 @@
FROM cubetiq/calpine-os-linux:latest
LABEL maintainer="sombochea@cubetiqs.com"
RUN sudo su - root
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
ENV TIMEZ=Asia/Phnom_Penh
RUN echo "Start building the openjdk11..."