diff --git a/Dockerfile b/Dockerfile index b6e47b9..f997f1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,16 +5,16 @@ LABEL maintainer=" aprimediet@gmail.com" ARG ALPINE_VERSION=3.18 ARG S6_VERSION=3.1.5.0 -ARG ALPINE_MIRROR=http://foobar.turbo.net.id/alpine +# ARG ALPINE_MIRROR=http://foobar.turbo.net.id/alpine ARG TZ=Asia/Jakarta # SET REPOSITORY MIRROR TO INDONESIA -RUN touch /etc/apk/repositories -RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories -RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories +# RUN touch /etc/apk/repositories +# RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories +# RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories # INSTALL BASE DEPENDENCIES -RUN apk add --update \ +RUN apk add --update --no-cache \ bash libcap tzdata curl # SET LOCAL TIMEZONE