diff --git a/Dockerfile b/Dockerfile index f997f1f..b635ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,10 @@ ARG TZ=Asia/Jakarta # RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories # RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories +# Set User as root +USER root + + # INSTALL BASE DEPENDENCIES RUN apk add --update --no-cache \ bash libcap tzdata curl